IdentityProviderOauth2Configuration constructor

IdentityProviderOauth2Configuration({
  1. String authorization_endpoint,
  2. String client_id,
  3. String client_secret,
  4. ClientAuthenticationMethod clientAuthenticationMethod,
  5. String emailClaim,
  6. String emailVerifiedClaim,
  7. String issuer,
  8. String scope,
  9. String token_endpoint,
  10. String uniqueIdClaim,
  11. String userinfo_endpoint,
  12. String usernameClaim,
})

Implementation

IdentityProviderOauth2Configuration(
    {this.authorization_endpoint,
    this.client_id,
    this.client_secret,
    this.clientAuthenticationMethod,
    this.emailClaim,
    this.emailVerifiedClaim,
    this.issuer,
    this.scope,
    this.token_endpoint,
    this.uniqueIdClaim,
    this.userinfo_endpoint,
    this.usernameClaim});