Skip to content

BackupTrustInfo

Defined in: src/crypto-api/keybackup.ts:51

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

readonly matchesDecryptionKey: boolean

Defined in: src/crypto-api/keybackup.ts:62

True if this backup matches the stored decryption key.


readonly trusted: boolean

Defined in: src/crypto-api/keybackup.ts:57

Is this backup trusted?

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