UnknownToken

@Serializable
@SerialName(value = "M_UNKNOWN_TOKEN")
data class UnknownToken(val error: String, val softLogout: Boolean = false) : ErrorResponse

The access token specified was not recognised.

An additional response parameter, soft_logout, might be present on the response for 401 HTTP status codes. See the soft logout section for more information.

Constructors

Link copied to clipboard
constructor(error: String, softLogout: Boolean = false)

Properties

Link copied to clipboard
open override val error: String
Link copied to clipboard
@SerialName(value = "soft_logout")
val softLogout: Boolean