Credential

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

Properties

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