The token returned from an App Check provider.
Signature:
export interface AppCheckToken
Properties
Property | Type | Description |
---|---|---|
expireTimeMillis | number | The local timestamp after which the token will expire. |
token | string |
AppCheckToken.expireTimeMillis
The local timestamp after which the token will expire.
Signature:
readonly expireTimeMillis: number;
AppCheckToken.token
Signature:
readonly token: string;