Credential

data class Credential(accessToken: String, tokenType: String, expiresIn: UInt, refreshToken: String, refreshTokenExpiresIn: UInt)

Properties

accessToken
Link copied to clipboard
common
val accessToken: String
expiresIn
Link copied to clipboard
common
val expiresIn: UInt
refreshToken
Link copied to clipboard
common
val refreshToken: String
refreshTokenExpiresIn
Link copied to clipboard
common
val refreshTokenExpiresIn: UInt
tokenType
Link copied to clipboard
common
val tokenType: String