AppCheckTokenResult interface

Result returned by getToken().

Signature:

export interface AppCheckTokenResult 

Properties

Property Type Description
token string The token string in JWT format.

AppCheckTokenResult.token

The token string in JWT format.

Signature:

readonly token: string;