The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

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.