Firebase.
  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 | DateTimeThe time at which the token will expire.  | 
| Token | stringA Firebase App Check token.  | 
Properties
ExpireTime
DateTime Firebase::AppCheck::AppCheckToken::ExpireTime
The time at which the token will expire.