Stay organized with collections
Save and categorize content based on your preferences.
Firebase.AppCheck.AppCheckToken
Token used by the Firebase App Check service.
Summary
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.
Properties
|
ExpireTime
|
DateTime
The time at which the token will expire.
|
Token
|
string
|
Properties
ExpireTime
DateTime Firebase::AppCheck::AppCheckToken::ExpireTime
The time at which the token will expire.
Token
string Firebase::AppCheck::AppCheckToken::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 2023-05-09 UTC.
[null,null,["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."]]