AccessToken

zio.cli.oauth2.AccessTokenResponse.AccessToken
final case class AccessToken(accessToken: String, tokenType: TokenType, expiresIn: Option[Duration], refreshToken: Option[String], scope: List[String]) extends AccessTokenResponse

Result of successful authorization process providing access token issued by the authorization server.

Value parameters

accessToken

access token

expiresIn

lifetime of access token

refreshToken

refresh token for obtaining new access token

scope

scope of access token

tokenType

type of token

Attributes

See also
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product