IdentityProviderOauth2Configuration class

@author Daniel DeGroff

Annotations
  • @JsonSerializable()

Constructors

IdentityProviderOauth2Configuration({String authorization_endpoint, String client_id, String client_secret, ClientAuthenticationMethod clientAuthenticationMethod, String emailClaim, String emailVerifiedClaim, String issuer, String scope, String token_endpoint, String uniqueIdClaim, String userinfo_endpoint, String usernameClaim})
IdentityProviderOauth2Configuration.fromJson(Map<String, dynamic> json)
factory

Properties

authorization_endpoint String
getter/setter pair
client_id String
getter/setter pair
client_secret String
getter/setter pair
clientAuthenticationMethod ClientAuthenticationMethod
getter/setter pair
emailClaim String
getter/setter pair
emailVerifiedClaim String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuer String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
getter/setter pair
token_endpoint String
getter/setter pair
uniqueIdClaim String
getter/setter pair
userinfo_endpoint String
getter/setter pair
usernameClaim String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited