EmailIdentify

@Serializable
data class EmailIdentify(val thirdPidCredentials: ThirdPidCredentials) : AuthenticationRequest

Constructors

Link copied to clipboard
constructor(thirdPidCredentials: ThirdPidCredentials)

Properties

Link copied to clipboard
@SerialName(value = "threepid_creds")
val thirdPidCredentials: ThirdPidCredentials
Link copied to clipboard
@SerialName(value = "type")
open override val type: AuthenticationType.EmailIdentity