OAuthFlow.authorizationCode constructor
const
OAuthFlow.authorizationCode({})
Implementation
const factory OAuthFlow.authorizationCode({
required String authorizationUrl,
required String tokenUrl,
String? refreshUrl,
required Map<String, String> scopes,
}) = _OAuthFlowAuthorizationCode;