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
fun SignInvitationResult(    mxid: String,     sender: String,     signatures: Map<String, *>,     token: String)

Properties

Link copied to clipboard
val mxid: String

The Matrix user ID of the user accepting the invitation.

Link copied to clipboard
val sender: String

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

Link copied to clipboard
val signatures: Map<String, *>

The token from the call to store- invite..

Link copied to clipboard
val token: String

The token for the invitation.