Kind: Constant
Source: Frontend/src/app/msal/mail-auth.ts (line 3)
Part of: Frontend
Definition
ts{
issuer: 'https://login.microsoftonline.com/7addfd49-e9ad-4f9b-83ff-d84989e1d8c0/v2.0',
clientId: 'd9801208-fe70-4b23-bc46-824b01f7ea72',
clientSecret: '58af131a-aa90-4770-ab84-b5188351f4c4',
redirectUri: AppSettings.sendMailMSALDirection,
//scope: 'openid profile offline_access https://graph.microsoft.com/.default',
scope: 'openid profile offline_access https://graph.microsoft.com/.d…
Value
ts{
issuer: 'https://login.microsoftonline.com/7addfd49-e9ad-4f9b-83ff-d84989e1d8c0/v2.0',
clientId: 'd9801208-fe70-4b23-bc46-824b01f7ea72',
clientSecret: '58af131a-aa90-4770-ab84-b5188351f4c4',
redirectUri: AppSettings.sendMailMSALDirection,
//scope: 'openid profile offline_access https://graph.microsoft.com/.default',
scope: 'openid profile offline_access https://graph.microsoft.com/.d…
Relationships
- IMPORTS →
AppSettings
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
MailAuthService—Frontend/src/app/msal/mail-auth.service.ts:1
Was this page helpful?