TokenRequest

data class TokenRequest(val grant_type: String, val refresh_token: String?, val client_id: String?, val code: String?, val redirect_uri: Uri?)

Constructors

Link copied to clipboard
constructor(grant_type: String, refresh_token: String?, client_id: String?, code: String?, redirect_uri: Uri?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val code: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard