Options
All
  • Public
  • Public/Protected
  • All
Menu

A set of requests to be executed when bootstrapping cross-signing using OlmMachine.bootstrapCrossSigning.

Hierarchy

  • CrossSigningBootstrapRequests

Index

Constructors

Properties

uploadKeysRequest: any

An optional request to upload a device key.

This will either be undefined, or an "outgoing request" as returned by OlmMachine.outgoingRequests.

If it is defined, the request should be sent first, and the result sent back with OlmMachine.markRequestAsSent.

uploadSignaturesRequest: SignatureUploadRequest

Request to upload key signatures, including those for the cross-signing keys, and maybe some for the optional uploaded key too.

Should be sent last.

uploadSigningKeysRequest: UploadSigningKeysRequest

Request to upload the cross-signing keys.

Should be sent second.

Methods

  • free(): void
  • Returns void

Generated using TypeDoc