OpenIDConnectCredentials class

Constructors

OpenIDConnectCredentials({required String idToken, String? nonce, Provider? provider, String? clientId, String? issuer})
const

Properties

clientId String?
clientID is the clientID of the user.
final
hashCode int
The hash code for this object.
no setterinherited
idToken String
idToken is the IDToken of the user.
final
issuer String?
issuer is the issuer of the user.
final
nonce String?
nonce is the nonce of the user. The nonce is a random value generated by the developer (= yourself) before the initial grant is started. You should check the OpenID Connect specification for details. https://openid.net/developers/specs/
final
provider Provider?
provider is the provider of the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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