matrix-js-sdk

    Interface BackupTrustInfo

    Information on whether a given server-side backup is trusted.

    interface BackupTrustInfo {
        matchesDecryptionKey: boolean;
        trusted: boolean;
    }
    Index

    Properties

    matchesDecryptionKey: boolean

    True if this backup matches the stored decryption key.

    trusted: boolean

    Is this backup trusted?

    True if, and only if, there is a valid signature on the backup from a trusted device.

    MMNEPVFCICPMFPCPTTAAATR