ThirdPIdAuthFailed

@Serializable
@SerialName(value = "M_THREEPID_AUTH_FAILED")
data class ThirdPIdAuthFailed(val error: String) : ErrorResponse

Authentication could not be performed on the third party identifier.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String