SignInvitationResult

@JsonClass(generateAdapter = true)
data class SignInvitationResult(val mxid: String, val sender: String, val signatures: Map<String, *>, val token: String)

Constructors

Link copied to clipboard
constructor(mxid: String, sender: String, signatures: Map<String, *>, token: String)

Properties

Link copied to clipboard

The Matrix user ID of the user accepting the invitation.

Link copied to clipboard

The Matrix user ID of the user who sent the invitation.

Link copied to clipboard

The token from the call to store- invite..

Link copied to clipboard

The token for the invitation.