MsalConfig.construct constructor
MsalConfig.construct({
- String? tenant,
- String? policy,
- String? clientId,
- String? responseType,
- String? redirectUri,
- String? scope,
- String? responseMode,
- String? state,
- String? prompt,
- String? codeChallenge,
- String? codeChallengeMethod,
- String? nonce,
- String? tokenIdentifier,
- String? clientSecret,
- String? resource,
- bool? isB2C,
- String? customAuthorizationUrl,
- String? customTokenUrl,
- String? loginHint,
- String? domainHint,
- String? codeVerifier,
- String? authorizationUrl,
- String? tokenUrl,
- String? cacheLocation,
- String? customParameters,
- String? postLogoutRedirectUri,
Azure AD OAuth Configuration. Look at individual fields for description.
Implementation
external factory MsalConfig.construct(
{String? tenant,
String? policy,
String? clientId,
String? responseType,
String? redirectUri,
String? scope,
String? responseMode,
String? state,
String? prompt,
String? codeChallenge,
String? codeChallengeMethod,
String? nonce,
String? tokenIdentifier,
String? clientSecret,
String? resource,
bool? isB2C,
String? customAuthorizationUrl,
String? customTokenUrl,
String? loginHint,
String? domainHint,
String? codeVerifier,
String? authorizationUrl,
String? tokenUrl,
String? cacheLocation,
String? customParameters,
String? postLogoutRedirectUri});