Jump to top

AppCheckToken

interface

The token returned from an AppCheckProvider.

Properties

expireTimeMillis

</>

The local timestamp after which the token will expire.

expireTimeMillis: number;

token

</>

The token string in JWT format.

token: string;