data class AccessTokenInfo
(source)
The result of authentication with FxA via an OAuth flow.
AccessTokenInfo(token: String, key: OAuthScopedKey?, expiresAt: Long)
The result of authentication with FxA via an OAuth flow. |
val expiresAt: Long
The expiry date timestamp of this token since unix epoch (in seconds). |
|
val key: OAuthScopedKey?
An OAuthScopedKey if present. |
|
val token: String
The access token produced by the flow. |