TokenResponse

data class TokenResponse(val accessToken: String, val tokenType: String, val scope: String)(source)

Constructors

Link copied to clipboard
constructor(accessToken: String, tokenType: String, scope: String)

Properties

Link copied to clipboard

No expiration date

Link copied to clipboard
Link copied to clipboard