EndUserAuthenticationConfigOauth2AuthCodeFlow constructor
      
      EndUserAuthenticationConfigOauth2AuthCodeFlow({})
     
    
    
Implementation
EndUserAuthenticationConfigOauth2AuthCodeFlow({
  this.authCode,
  this.authUri,
  this.clientId,
  this.clientSecret,
  this.enablePkce,
  this.oauthTokenData,
  this.pkceVerifier,
  this.redirectUri,
  this.scopes,
});