ActiveDeviceVerificationImpl

constructor(request: VerificationRequestToDeviceEventContent, requestIsOurs: Boolean, ownUserId: UserId, ownDeviceId: String, theirUserId: UserId, theirDeviceId: String? = null, theirDeviceIds: Set<String> = setOf(), supportedMethods: Set<VerificationMethod>, api: MatrixClientServerApiClient, olmDecrypter: OlmDecrypter, olmEncryptionService: OlmEncryptionService, keyTrust: KeyTrustService, keyStore: KeyStore, clock: Clock, driver: CryptoDriver)