Interface representing an App Check token.
Signature:
export interface AppCheckToken
Properties
Property | Type | Description |
---|---|---|
token | string | The Firebase App Check token. |
ttlMillis | number | The time-to-live duration of the token in milliseconds. |
AppCheckToken.token
The Firebase App Check token.
Signature:
token: string;
AppCheckToken.ttlMillis
The time-to-live duration of the token in milliseconds.
Signature:
ttlMillis: number;