GetAccessTokenRequest

data class GetAccessTokenRequest(reason: String, oldToken: String?)

Properties

oldToken
Link copied to clipboard
val oldToken: String?

The token which was used before by the app.

reason
Link copied to clipboard
val reason: String

The reason for requesting a new access token. Currently the value can either be unauthorized or other.