- firebase.
- FirebaseIdToken
Indexable
Custom claims set by the developer
Index
Properties
aud
Always set to PROJECT_ID
auth_time
The time the user authenticated, normally 'iat'
Optional email
The user's primary email
Optional email_verified
The user's email verification status
exp
The token expiry time, normally 'iat' + 3600
firebase
Information on all identities linked to this user
Type declaration
Optional identities?:{}
A map of providers to the user's list of unique identifiers from each provider
sign_
in_ provider:FirebaseSignInProvider The primary sign-in provider
iat
The token issue time, in seconds since epoch
iss
Always set tohttps://securetoken.google.com/PROJECT_ID
Optional name
The user's display name
Optional phone_number
The user's primary phone number
Optional picture
The user's profile photo URL
Optional provider_id
The sign in provider, only set when the provider is 'anonymous'
sub
The user's unique ID
Optional uid
user_id
The user's unique ID. Must be equal to 'sub'
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.