VerificationMethod
Defined in: src/types.ts:32
The different methods for device and user verification
Enumeration Members
Section titled “Enumeration Members”Reciprocate
Section titled “Reciprocate”Reciprocate:
"m.reciprocate.v1"
Defined in: src/types.ts:58
Verification by confirming that we have scanned a QR code.
https://spec.matrix.org/v1.9/client-server-api/#qr-codes
Sas:
"m.sas.v1"
Defined in: src/types.ts:37
Short authentication string (emoji or decimals).
https://spec.matrix.org/v1.9/client-server-api/#short-authentication-string-sas-verification
ScanQrCode
Section titled “ScanQrCode”ScanQrCode:
"m.qr_code.scan.v1"
Defined in: src/types.ts:51
Verification by scanning a QR code that is shown by the other device.
https://spec.matrix.org/v1.9/client-server-api/#qr-codes
ShowQrCode
Section titled “ShowQrCode”ShowQrCode:
"m.qr_code.show.v1"
Defined in: src/types.ts:44
Verification by showing a QR code which is scanned by the other device.