AppCheckTokenResult interface

getToken()傳回的結果

簽名:

export interface AppCheckTokenResult 

特性

財產類型描述
代幣細繩JWT 格式的令牌字串。

AppCheckTokenResult.token

JWT 格式的令牌字串。

簽名:

readonly token: string;