Indexable

[claim:string]:unknown

Custom claims set by the developer

Index

Properties

aud

aud:string

Always set to PROJECT_ID

auth_time

auth_time:number

The time the user authenticated, normally 'iat'

Optional email

email:string

The user's primary email

Optional email_verified

email_verified:boolean

The user's email verification status

exp

exp:number

The token expiry time, normally 'iat' + 3600

firebase

firebase:{identities?:{};sign_in_provider:FirebaseSignInProvider }

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

    iat:number

    The token issue time, in seconds since epoch

    iss

    iss:string

    Optional name

    name:string

    The user's display name

    Optional phone_number

    phone_number:string

    The user's primary phone number

    Optional picture

    picture:string

    The user's profile photo URL

    Optional provider_id

    provider_id:"anonymous"

    The sign in provider, only set when the provider is 'anonymous'

    sub

    sub:string

    The user's unique ID

    Optional uid

    uid:never

    user_id

    user_id:string

    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.