zio.cli.oauth2.AccessTokenResponse
See theAccessTokenResponse companion object
sealed trait AccessTokenResponse extends Serializable, Product
Response to access token request informing about progress of device authorization. The response can be either AccessTokenResponse.AccessToken in case of successful termination or AccessTokenResponse.Error when any error occurrs.
Attributes
- See also
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
class AccessTokenclass Error
Members list
In this article