Stay organized with collections
Save and categorize content based on your preferences.
Indexable
[claim: string]: unknown
Properties
auth_time
auth_time: number
Optional email
email: string
Optional email_verified
email_verified: boolean
Optional name
name: string
Optional phone_number
phone_number: string
Optional picture
picture: string
Optional provider_id
provider_id: "anonymous"
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/node/firebase).\n- FirebaseIdToken \n\nIndexable \n\\[claim: string\\]: unknown \nCustom claims set by the developer\n\nIndex\n\nProperties\n\n- [aud](/docs/reference/node/firebase.FirebaseIdToken#aud)\n- [auth_time](/docs/reference/node/firebase.FirebaseIdToken#auth_time)\n- [email](/docs/reference/node/firebase.FirebaseIdToken#email)\n- [email_verified](/docs/reference/node/firebase.FirebaseIdToken#email_verified)\n- [exp](/docs/reference/node/firebase.FirebaseIdToken#exp)\n- [firebase](/docs/reference/node/firebase.FirebaseIdToken#firebase)\n- [iat](/docs/reference/node/firebase.FirebaseIdToken#iat)\n- [iss](/docs/reference/node/firebase.FirebaseIdToken#iss)\n- [name](/docs/reference/node/firebase.FirebaseIdToken#name)\n- [phone_number](/docs/reference/node/firebase.FirebaseIdToken#phone_number)\n- [picture](/docs/reference/node/firebase.FirebaseIdToken#picture)\n- [provider_id](/docs/reference/node/firebase.FirebaseIdToken#provider_id)\n- [sub](/docs/reference/node/firebase.FirebaseIdToken#sub)\n- [uid](/docs/reference/node/firebase.FirebaseIdToken#uid)\n- [user_id](/docs/reference/node/firebase.FirebaseIdToken#user_id)\n\nProperties\n\naud \naud: string \nAlways set to PROJECT_ID\n\nauth_time \nauth_time: number \nThe time the user authenticated, normally 'iat'\n\nOptional email \nemail: string \nThe user's primary email\n\nOptional email_verified \nemail_verified: boolean \nThe user's email verification status\n\nexp \nexp: number \nThe token expiry time, normally 'iat' + 3600\n\nfirebase \nfirebase: { identities?: {}; sign_in_provider: [FirebaseSignInProvider](/docs/reference/node/firebase#firebasesigninprovider) } \nInformation on all identities linked to this user \n\nType declaration\n\n-\n\n Optional identities?: {} \n A map of providers to the user's list of unique identifiers from each provider\n-\n\n sign_in_provider: [FirebaseSignInProvider](/docs/reference/node/firebase#firebasesigninprovider) \n The primary sign-in provider\n\niat \niat: number \nThe token issue time, in seconds since epoch\n\niss \niss: string \nAlways set to \u003chttps://securetoken.google.com/PROJECT_ID\u003e\n\nOptional name \nname: string \nThe user's display name\n\nOptional phone_number \nphone_number: string \nThe user's primary phone number\n\nOptional picture \npicture: string \nThe user's profile photo URL\n\nOptional provider_id \nprovider_id: \"anonymous\" \nThe sign in provider, only set when the provider is 'anonymous'\n\nsub \nsub: string \nThe user's unique ID\n\nOptional uid \nuid: never\n\nuser_id \nuser_id: string \nThe user's unique ID. Must be equal to 'sub'"]]
Custom claims set by the developer