Optional
transactionId: stringOptional
deviceId: stringPrivate
Readonly
clientOptional
devicePrivate
Readonly
devicesOptional
requestOptional
transactionReadonly
userAdd all the fields to content needed for sending it over this channel. This is public so verification methods (SAS uses this) can get the exact content that will be sent independent of the used channel, as they need to calculate the hash of it.
the complete content, as it will be sent.
the event type
the (incomplete) content
the received event
the timestamp when the event was sent
the event to get the timestamp of
Changes the state of the channel, request, and verifier in response to a key verification event.
a promise that resolves when any requests as an answer to the passed-in event are sent.
to handle
the request to forward handling to
whether this is an even received through sync or not
Send an event over the channel with the content not having gone through completeContent
.
the promise of the request
the event type
the (incomplete) content
Private
sendStatic
canStatic
getStatic
getExtract the transaction id used by a given key verification event, if any
the transaction id
the event
Static
makeStatic
validateChecks whether this event is a well-formed key verification event.
This only does checks that don't rely on the current state of a potentially already channel
so we can prevent channels being created by invalid events.
handleEvent
can do more checks and choose to ignore invalid events.
whether the event is valid and should be passed to handleEvent
the event to validate
the client to get the current user and device id from
Generated using TypeDoc
A key verification channel that sends verification events over to_device messages. Generates its own transaction ids.