Tokeninfo class
Properties
-
audience
↔ String?
-
Who is the intended audience for this token.
getter/setter pair
-
email
↔ String?
-
The email address of the user.
getter/setter pair
-
expiresIn
↔ int?
-
The expiry time of the token, as number of seconds left until expiry.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
issuedTo
↔ String?
-
To whom was the token issued to.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
scope
↔ String?
-
The space separated list of scopes granted to this token.
getter/setter pair
-
userId
↔ String?
-
The obfuscated user id.
getter/setter pair
-
verifiedEmail
↔ bool?
-
Boolean flag which is true if the email address is verified.
getter/setter pair