EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged constructor

EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged({
  1. String? authCode,
  2. OAuthTokenData? oauthTokenData,
  3. String? redirectUri,
  4. List<String>? scopes,
})

Implementation

EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged({
  this.authCode,
  this.oauthTokenData,
  this.redirectUri,
  this.scopes,
});