Function requestDownloadAndDecryptUpdatedStorage

  • Downloads and decrypts a user's end-to-end encrypted backup of their PCDs, given their encryption key. The server never learns the encryption key.

    The knownRevision indicates the previous version already known to the client. If that is the latest version, no storage is returned.

    Never rejects. All information encoded in the resolved response.

    Parameters

    • zupassServerUrl: string
    • encryptionKey: string
    • knownRevision: undefined | string

    Returns Promise<DownloadAndDecryptUpdateResult>

Generated using TypeDoc