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
/
SasMacEventContent
Sas
Mac
Event
Content
@
Serializable
data
class
SasMacEventContent
(
val
keys
:
String
,
val
mac
:
Keys
,
val
relatesTo
:
RelatesTo.Reference
?
,
val
transactionId
:
String
?
)
:
VerificationStep
See also
matrix spec
Members
Constructors
Sas
Mac
Event
Content
Link copied to clipboard
constructor
(
keys
:
String
,
mac
:
Keys
,
relatesTo
:
RelatesTo.Reference
?
,
transactionId
:
String
?
)
Properties
external
Url
Link copied to clipboard
open
override
val
externalUrl
:
String
?
=
null
keys
Link copied to clipboard
@
SerialName
(
value
=
"keys"
)
val
keys
:
String
mac
Link copied to clipboard
@
SerialName
(
value
=
"mac"
)
val
mac
:
Keys
mentions
Link copied to clipboard
open
override
val
mentions
:
Mentions
?
=
null
relates
To
Link copied to clipboard
@
SerialName
(
value
=
"m.relates_to"
)
open
override
val
relatesTo
:
RelatesTo.Reference
?
transaction
Id
Link copied to clipboard
@
SerialName
(
value
=
"transaction_id"
)
open
override
val
transactionId
:
String
?