firebase:: app_check:: AppCheckToken
#include <app_check.h>
Struct to hold tokens emitted by the Firebase App 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_t
The time at which the token will expire in milliseconds since epoch.
|
token
|
std::string
A Firebase App Check token.
|
Public attributes
expire_time_millis
int64_t firebase::app_check::AppCheckToken::expire_time_millis
The time at which the token will expire in milliseconds since epoch.