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\n\nToken used by the [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) App Check service.\n\nSummary\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\nProperties \n\nExpireTime \n\n```c#\nDateTime Firebase::AppCheck::AppCheckToken::ExpireTime\n``` \nThe time at which the token will expire. \n\nToken \n\n```c#\nstring Firebase::AppCheck::AppCheckToken::Token\n``` \nA [Firebase](/docs/reference/unity/namespace/firebase#namespace_firebase) App Check token."]]