RevokeTokenResponse

data class RevokeTokenResponse(val code: Int?, val message: String?) : Response

Constructors

Link copied to clipboard
constructor(code: Int?, message: String?)

Properties

Link copied to clipboard
val code: Int?
Link copied to clipboard
open override val errorCode: String? = null
Link copied to clipboard
open override val errorDescription: String? = null
Link copied to clipboard