Firebase.AppCheck.AppCheckToken

Token used by theFirebase App Check service.

Summary

Struct to hold tokens emitted by theFirebase App Check service which are minted upon a successful application verification. These tokens are the federated output of a verification flow, the structure of which is independent of the mechanism by which the application was verified.

Properties

ExpireTime
DateTime
The time at which the token will expire.
Token
string
AFirebase App Check token.

Properties

ExpireTime

DateTimeFirebase::AppCheck::AppCheckToken::ExpireTime

The time at which the token will expire.

Token

stringFirebase::AppCheck::AppCheckToken::Token

AFirebase App Check token.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-05-09 UTC.