Skip to content

VerifierEvent

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

Events emitted by Verifier

Cancel: "cancel"

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

The verification has been cancelled, by us or the other side.

The payload is either an Error, or an (incoming or outgoing) DigitalWorldEvent, depending on unspecified reasons.


ShowReciprocateQr: "show_reciprocate_qr"

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

The user should confirm if the other side has scanned our QR code.

The payload is the ShowQrCodeCallbacks object.


ShowSas: "show_sas"

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

SAS data has been exchanged and should be displayed to the user.

The payload is the ShowSasCallbacks object.