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

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

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.