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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]