TokenResponse

data class TokenResponse(val accessToken: String, val tokenType: String, val expiresIn: Int?, val refreshToken: String?)

Constructors

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

Properties

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