trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.events.m.key.verification
/
VerificationStartEventContent
Verification
Start
Event
Content
@
Serializable
interface
VerificationStartEventContent
:
VerificationStep
Types
Properties
See also
Inheritors
See also
matrix spec
Types
Sas
Start
Event
Content
Link copied to clipboard
@
Serializable
data
class
SasStartEventContent
(
val
fromDevice
:
String
,
val
hashes
:
Set
<
String
>
=
setOf("sha256")
,
val
keyAgreementProtocols
:
Set
<
String
>
=
setOf("curve25519-hkdf-sha256")
,
val
messageAuthenticationCodes
:
Set
<
String
>
=
setOf("hkdf-hmac-sha256")
,
val
shortAuthenticationString
:
Set
<
SasMethod
>
=
setOf(DECIMAL, EMOJI)
,
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
?
Inheritors
SasStartEventContent
Link copied to clipboard