Skip to content

ShowQrCodeCallbacks

Defined in: src/crypto-api/verification.ts:319

Callbacks for user actions to confirm that the other side has scanned our QR code.

This is exposed as the payload of a VerifierEvent.ShowReciprocateQr event, or can be retrieved directly from the verifier as reciprocateQREvent.

cancel(): void

Defined in: src/crypto-api/verification.ts:324

Cancel the verification flow

void


confirm(): void

Defined in: src/crypto-api/verification.ts:321

The user confirms that the verification data matches

void