AppCheckToken interface

Interface representing an App Check token.

Signature:

exportinterfaceAppCheckToken

Properties

PropertyTypeDescription
tokenstringThe Firebase App Check token.
ttlMillisnumberThe 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;