zio.cli.oauth2
Members list
Type members
Classlikes
Attributes
- Companion
- class
- Supertypes
- Self type
-
AccessToken.type
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.
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
- Supertypes
- Known subtypes
-
class AccessTokenclass Error
Attributes
- Companion
- trait
- Supertypes
- Self type
-
AccessTokenResponse.type
Response to device authorization request providing end-user verification code.
Response to device authorization request providing end-user verification code.
Value parameters
- deviceCode
-
device verification code
- expiresIn
-
lifetime od
deviceCodeanduserCode - interval
-
polling interval
- userCode
-
end-user verification code
- verificationUri
-
end-user verification URI
- verificationUriComplete
-
end-user verification URI with
userCode
Attributes
- See also
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
- Self type
Set of options that can be provided to fine-tune OAuth2 authorization.
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
OAuth2Provider.type
Access point to OAuth2 access token.
Access point to OAuth2 access token.
Normal lifecycle of the access token is handled automatically when calling accessToken, i. e. when token has normally expired, it will be refreshed. However, if the token is invalidated in any other way, it will not be detected and therefore the token will not be refreshed automatically. In such case, refreshTokenNow can be called.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Access token type informing user about how to use access token.
Access token type informing user about how to use access token.
Attributes
- See also
- Companion
- object
- Supertypes
- Known subtypes