trixnity-core
3.0.0-beta1
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
Constructors
Properties
See also
See also
matrix spec
Constructors
Sas
Mac
Event
Content
Link copied to clipboard
fun
SasMacEventContent
(
keys
:
String
,
mac
:
Keys
,
relatesTo
:
RelatesTo.Reference
?
,
transactionId
:
String
?
)
Properties
keys
Link copied to clipboard
val
keys
:
String
mac
Link copied to clipboard
val
mac
:
Keys
relates
To
Link copied to clipboard
open
override
val
relatesTo
:
RelatesTo.Reference
?
transaction
Id
Link copied to clipboard
open
override
val
transactionId
:
String
?