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.
Methods
Section titled “Methods”cancel()
Section titled “cancel()”cancel():
void
Defined in: src/crypto-api/verification.ts:324
Cancel the verification flow
Returns
Section titled “Returns”void
confirm()
Section titled “confirm()”confirm():
void
Defined in: src/crypto-api/verification.ts:321
The user confirms that the verification data matches
Returns
Section titled “Returns”void