EventContextAuthToken interface

https://firebase.google.com/docs/reference/security/database#authtoken

Signature:

exportinterfaceEventContextAuthToken

Properties

PropertyTypeDescription
audstring
auth_timenumber
email_verifiedboolean
emailstring
expnumber
firebase{ identities?: { [key: string]: string[]; }; sign_in_provider?: string; tenant?: string; }
iatnumber
issstring
namestring
phone_numberstring
substring

EventContextAuthToken.aud

Signature:

aud:string;

EventContextAuthToken.auth_time

Signature:

auth_time:number;

EventContextAuthToken.email_verified

Signature:

email_verified?:boolean;

EventContextAuthToken.email

Signature:

email?:string;

EventContextAuthToken.exp

Signature:

exp:number;

EventContextAuthToken.firebase

Signature:

firebase?:{identities?:{[key:string]:string[];};sign_in_provider?:string;tenant?:string;};

EventContextAuthToken.iat

Signature:

iat:number;

EventContextAuthToken.iss

Signature:

iss:string;

EventContextAuthToken.name

Signature:

name?:string;

EventContextAuthToken.phone_number

Signature:

phone_number?:string;

EventContextAuthToken.sub

Signature:

sub:string;

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 2025-06-04 UTC.