OAuthTokenResponse

data class OAuthTokenResponse(    val token: String? = null,     val userData: SubDlApi.UserData? = null,     val status: Boolean? = null,     val message: String? = null)(source)

Constructors

Link copied to clipboard
constructor(token: String? = null, userData: SubDlApi.UserData? = null, status: Boolean? = null, message: String? = null)

Properties

Link copied to clipboard
val message: String? = null
Link copied to clipboard
val status: Boolean? = null
Link copied to clipboard
val token: String? = null
Link copied to clipboard