Home > @firebase/auth > ParsedToken
ParsedToken interface
Interface representing a parsed ID token.
Signature:
export interface ParsedToken
Properties
| Property | Type | Description |
|---|---|---|
| auth_time? | string | (Optional) Time at which authentication was performed. |
| exp? | string | (Optional) Expiration time of the token. |
| firebase? | (Optional) Firebase specific claims, containing the provider(s) used to authenticate the user. | |
| iat? | string | (Optional) Issuance time of the token. |
| sub? | string | (Optional) UID of the user. |