CrossSignedDeviceVerification

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