Auth

data class Auth(val accessToken: String, val tokenType: Auth.TokenType, val expiresIn: Int, val scope: String, val jti: String)(source)

Constructors

Link copied to clipboard
constructor(accessToken: String, tokenType: Auth.TokenType, expiresIn: Int, scope: String, jti: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "access_token")
val accessToken: String
Link copied to clipboard
@SerialName(value = "expires_in")
val expiresIn: Int
Link copied to clipboard
val jti: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "token_type")
val tokenType: Auth.TokenType