OAuthToken

@Serializable
data class OAuthToken(var token: String? = null, var status: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(token: String? = null, status: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "status")
var status: Int?
Link copied to clipboard
@SerialName(value = "token")
var token: String?