EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged constructor
EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged({
- String? authCode,
- OAuthTokenData? oauthTokenData,
- String? redirectUri,
- List<
String> ? scopes,
Implementation
EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged({
this.authCode,
this.oauthTokenData,
this.redirectUri,
this.scopes,
});