Stay organized with collections
Save and categorize content based on your preferences.
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.
token
std::string firebase::app_check::AppCheckToken::token
A Firebase App Check token.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.
[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["# firebase::app_check::AppCheckToken Struct Reference\n\nfirebase::app_check::AppCheckToken\n==================================\n\n\n`#include \u003capp_check.h\u003e`\n\nStruct to hold tokens emitted by the Firebase [App](/docs/reference/cpp/class/firebase/app#classfirebase_1_1_app) Check service which are minted upon a successful application verification.\n\nSummary\n-------\n\nThese tokens are the federated output of a verification flow, the structure of which is independent of the mechanism by which the application was verified.\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|\n| [expire_time_millis](#structfirebase_1_1app__check_1_1_app_check_token_1af4972408826c651f23fdd56bc631e789) | `int64_t` The time at which the token will expire in milliseconds since epoch. |\n| [token](#structfirebase_1_1app__check_1_1_app_check_token_1ac4ee2756ace2d1839b0fec62c073666a) | `std::string` A Firebase [App](/docs/reference/cpp/class/firebase/app#classfirebase_1_1_app) Check token. |\n\nPublic attributes\n-----------------\n\n### expire_time_millis\n\n```c++\nint64_t firebase::app_check::AppCheckToken::expire_time_millis\n``` \nThe time at which the token will expire in milliseconds since epoch. \n\n### token\n\n```c++\nstd::string firebase::app_check::AppCheckToken::token\n``` \nA Firebase [App](/docs/reference/cpp/class/firebase/app#classfirebase_1_1_app) Check token."]]