trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.key.verification
/
VerificationStartEventContent
Verification
Start
Event
Content
@
Serializable
interface
VerificationStartEventContent
:
VerificationStep
See also
matrix spec
Inheritors
SasStartEventContent
Members
Types
Sas
Start
Event
Content
Link copied to clipboard
@
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
Properties
from
Device
Link copied to clipboard
abstract
val
fromDevice
:
String
next
Method
Link copied to clipboard
abstract
val
nextMethod
:
VerificationMethod
?
relates
To
Link copied to clipboard
abstract
val
relatesTo
:
RelatesTo
?
transaction
Id
Link copied to clipboard
abstract
val
transactionId
:
String
?