data class OAuthInfo
(source)
The result of authentication with FxA via an OAuth flow.
OAuthInfo(accessToken: String, keys: Map<String, OAuthScopedKey>?, scopes: List<String>)
The result of authentication with FxA via an OAuth flow. |
val accessToken: String
The access token produced by the flow. |
|
val keys: Map<String, OAuthScopedKey>?
When present, a map of scopes to OAuthScopedKey. |
|
val scopes: List<String>
A list of scopes that this token is valid for. |