IDToken class
An ID Token containing the user's ID token, issuer, and client ID
- Inheritance
-
- Object
- AbstractToken
- IDToken
- Annotations
-
- @JS.new()
- @anonymous
Constructors
- IDToken({required dynamic idToken, required dynamic issuer, required dynamic clientId, dynamic expiresAt, dynamic authorizeUrl, dynamic scopes, dynamic pendingRemove})
-
factory
Properties
-
no setterinherited
- claims → UserClaims
-
no setter
- clientId → String
-
no setter
- expiresAt → int
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken → String
-
no setter
- issuer → String
-
no setter
- pendingRemove → bool?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
→ List<
String> -
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