Struct to hold tokens emitted by the Firebase 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.
[[["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 2023-05-09 UTC."],[],[],null,["# Firebase.AppCheck.AppCheckToken Struct Reference\n\nFirebase.AppCheck.AppCheckToken\n===============================\n\nToken used by the [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) App Check service.\n\nSummary\n-------\n\nStruct to hold tokens emitted by the [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) 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.\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|\n| [ExpireTime](#struct_firebase_1_1_app_check_1_1_app_check_token_1a2b44f30293400260f5ff96b9a81a7def) | `DateTime` The time at which the token will expire. |\n| [Token](#struct_firebase_1_1_app_check_1_1_app_check_token_1ac385c12f3d41d0bbd972af1163c39f1d) | `string` A [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) App Check token. |\n\nProperties\n----------\n\n### ExpireTime\n\n```c#\nDateTime Firebase::AppCheck::AppCheckToken::ExpireTime\n``` \nThe time at which the token will expire. \n\n### Token\n\n```c#\nstring Firebase::AppCheck::AppCheckToken::Token\n``` \nA [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) App Check token."]]