AppserviceLoginUnsupported

@Serializable
@SerialName(value = "M_APPSERVICE_LOGIN_UNSUPPORTED")
data class AppserviceLoginUnsupported(val error: String) : ErrorResponse

An application service used the m.login.application_service type without setting inhibit_login to true, but the server doesn't support logging in via the Legacy authentication API.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String