The requests needed to upload the cross-signing data to the server

Constructors

Properties

uploadKeysReq?: KeysUploadRequest

The request to upload the device's keys.

Could be None if the device keys have already been uploaded.

uploadSignaturesReq: SignatureUploadRequest

The request to upload the cross-signing signatures.

uploadSigningKeysReq: string

The request to upload the cross-signing keys, as a JSON-encoded string.

This request does not have a request ID, and mark_request_as_sent does not need to be called for this request, so only the request body is provided.