Class 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.
| abstract long |
getExpireTimeMillis()
Returns the time at which the token will expire in milliseconds since epoch.
|
| abstract String |
getToken()
Returns the raw JWT attesting to this application’s identity.
|
Returns the time at which the token will expire in milliseconds since epoch.