VerificationRequest

data class VerificationRequest(val contextId: String, val senderId: String, val senderPubKey: String, val date: Long?, val bridgeIdentity: BridgeIdentity? = null)

Constructors

Link copied to clipboard
constructor(contextId: String, senderId: String, senderPubKey: String, date: Long?, bridgeIdentity: BridgeIdentity? = null)

Properties

Link copied to clipboard

Bridge Identity.

Link copied to clipboard

ID of the Context.

Link copied to clipboard
val date: Long?

Creation date of the data.

Link copied to clipboard

ID of the sender.

Link copied to clipboard

Public key of the sender.