CrossSignedDeviceVerification

data class CrossSignedDeviceVerification(ownUserId: UserId, sendToDevices: Set<String>, createDeviceVerificationRequest: suspend (theirUserId: UserId, theirDeviceIds: Set<String>) -> Result<ActiveDeviceVerification>) : SelfVerificationMethod

Constructors

Link copied to clipboard
constructor(ownUserId: UserId, sendToDevices: Set<String>, createDeviceVerificationRequest: suspend (theirUserId: UserId, theirDeviceIds: Set<String>) -> Result<ActiveDeviceVerification>)

Functions