$Oauth2AuthCodeFlowGoogleManaged constructor

$Oauth2AuthCodeFlowGoogleManaged({
  1. String? authCode,
  2. String? redirectUri,
  3. List<String>? scopes,
})

Implementation

$Oauth2AuthCodeFlowGoogleManaged({
  this.authCode,
  this.redirectUri,
  this.scopes,
});