AppCheckToken interface

从 App Check 提供商返回的令牌。

签名:

export interface AppCheckToken 

特性

财产类型描述
过期时间毫秒数字令牌将过期的本地时间戳。
代币细绳

AppCheckToken.expireTimeMillis

令牌将过期的本地时间戳。

签名:

readonly expireTimeMillis: number;

AppCheckToken.token

签名:

readonly token: string;