Callbacks for user actions while a SAS is displayed.
This is exposed as the payload of a VerifierEvent.ShowSas event, or directly from the verifier as sasEvent.
VerifierEvent.ShowSas
sasEvent
The generated SAS to be shown to the user
Cancel the verification flow
Function to call if the user confirms that the SAS matches.
A Promise that completes once the m.key.verification.mac is queued.
Function to call if the user finds the SAS does not match.
Sends an m.key.verification.cancel event with a m.mismatched_sas error code.
m.key.verification.cancel
m.mismatched_sas
Callbacks for user actions while a SAS is displayed.
This is exposed as the payload of a
VerifierEvent.ShowSas
event, or directly from the verifier assasEvent
.