ResponseToken

data class ResponseToken(val token_type: String, val expires_in: Int, val access_token: String, val refresh_token: String)

Constructors

Link copied to clipboard
constructor(token_type: String, expires_in: Int, access_token: String, refresh_token: String)

Properties

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