OAuthConfig constructor
const
OAuthConfig({})
Implementation
const OAuthConfig({
this.authServerMetadataUrl,
required this.authorizationEndpoint,
required this.tokenEndpoint,
required this.clientId,
this.clientSecret,
this.redirectUri,
this.scopes = const [],
this.grantType = OAuthGrantType.authorizationCode,
this.codeChallengeMethod = 'S256',
});