SasStartEventContent

@Serializable
data class SasStartEventContent(val fromDevice: String, val hashes: Set<SasHash>, val keyAgreementProtocols: Set<SasKeyAgreementProtocol>, val messageAuthenticationCodes: Set<SasMessageAuthenticationCode>, val shortAuthenticationString: Set<SasMethod>, val relatesTo: RelatesTo.Reference?, val transactionId: String?) : VerificationStartEventContent

See also

Constructors

Link copied to clipboard
constructor(fromDevice: String, hashes: Set<SasHash>, keyAgreementProtocols: Set<SasKeyAgreementProtocol>, messageAuthenticationCodes: Set<SasMessageAuthenticationCode>, shortAuthenticationString: Set<SasMethod>, relatesTo: RelatesTo.Reference?, transactionId: String?)

Properties

Link copied to clipboard
open override val fromDevice: String
Link copied to clipboard
Link copied to clipboard
open override val mentions: Mentions? = null
Link copied to clipboard
open override val nextMethod: VerificationMethod? = null
Link copied to clipboard
open override val relatesTo: RelatesTo.Reference?
Link copied to clipboard
open override val transactionId: String?