firebase:: app_check:: AppCheckToken
#include <app_check.h>
Struct to hold tokens emitted by the FirebaseApp Check service which are minted upon a successful application verification.
Summary
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.
Public attributes | |
|---|---|
expire_time_millis | int64_tThe time at which the token will expire in milliseconds since epoch. |
token | std::stringA FirebaseApp Check token. |
Public attributes
expire_time_millis
int64_tfirebase::app_check::AppCheckToken::expire_time_millis
The time at which the token will expire in milliseconds since epoch.
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 2024-01-23 UTC.