OAuthToken

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

Constructors

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

Properties

Link copied to clipboard
var status: Int?
Link copied to clipboard