trixnity-core
Toggle table of contents
4.13.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m.key.verification
/
VerificationStartEventContent
Verification
Start
Event
Content
@
Serializable
sealed
interface
VerificationStartEventContent
:
VerificationStep
See also
matrix spec
Inheritors
SasStartEventContent
Members
Types
Sas
Start
Event
Content
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"m.sas.v1"
)
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
external
Url
Link copied to clipboard
abstract
val
externalUrl
:
String
?
from
Device
Link copied to clipboard
abstract
val
fromDevice
:
String
mentions
Link copied to clipboard
abstract
val
mentions
:
Mentions
?
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
?