SasMacEventContent

@Serializable
data class SasMacEventContent(val keys: String, val mac: Keys, val relatesTo: RelatesTo.Reference?, val transactionId: String?) : VerificationStep

See also

Constructors

Link copied to clipboard
constructor(keys: String, mac: Keys, relatesTo: RelatesTo.Reference?, transactionId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val mac: Keys
Link copied to clipboard
open override val relatesTo: RelatesTo.Reference?
Link copied to clipboard
open override val transactionId: String?