ResponseToken

data class ResponseToken(val tokenType: String, val expiresIn: Int, val accessToken: String, val refreshToken: String)(source)

Constructors

Link copied to clipboard
constructor(tokenType: String, expiresIn: Int, accessToken: String, refreshToken: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard