Expand description
Modules for events in the m.key.verification namespace.
This module also contains types shared by events in its child namespaces.
The MSC for the in-room variants of the m.key.verification.* events can be found on
MSC2241.
Modules§
- Types for the
m.key.verification.acceptevent. - Types for the
m.key.verification.cancelevent. - Types for the
m.key.verification.doneevent. - Types for the
m.key.verification.keyevent. - Types for the
m.key.verification.macevent. - Types for the
m.key.verification.readyevent. - Types for the
m.key.verification.requestevent. - Types for the
m.key.verification.startevent.
Enums§
- A hash algorithm.
- A key agreement protocol.
- A message authentication code algorithm.
- A Short Authentication String method.
- A Short Authentication String (SAS) verification method.
Constants§
- The amount of time after which a verification request should be ignored, relative to the time it was received by the client.
- The amount of time after which a verification request should be ignored, relative to its
origin_server_ts(for in-room events) or itstimestamp(for to-device events).