The ID token is a JWT (JSON Web Token) that contains user information. You need to decode this token to retrieve user details.

Decoded ID Token Fields

Login TypeClaimDescriptionOptional
Custodial and non-CustodialsubA locally unique and never reassigned identifier within the Issuer for the End-UserNo
Custodial and non-CustodialeoaThe externally owned account derived from public keyNo
Custodial and non-CustodialfuturepassThe FuturePass account address associated with this accountNo
Custodial and non-CustodialchainIdThe block chain idNo
Custodial and non-CustodialnonceA string value used to associate a Client session with an ID Token, and to mitigate replay attacksNo
Custodial and non-Custodialat_hashA hash value verifies the integrity and authenticity of the access tokenNo
Custodial and non-CustodialaudIntended audience for the ID tokenNo
Custodial and non-CustodialexpThe expiration time on or after which the ID token MUST NOT be accepted for processingNo
Custodial and non-CustodialiatThe time at which the ID token was issuedNo
Custodial and non-CustodialissThe issuer of the responseNo
Custodialauth_timeThe time when the authentication occurredYes
Custodial and non-Custodialcustodianself for non-custodial, fv for custodialNo
Custodial (Google and Facebook)emailWhen logged in with Google, this is the user’s email address. The value of this claim may not be unique to the Google account used to log in, and could change over time.Yes