BackupTrustInfo
Defined in: src/crypto-api/keybackup.ts:51
Information on whether a given server-side backup is trusted.
Properties
Section titled “Properties”matchesDecryptionKey
Section titled “matchesDecryptionKey”
readonlymatchesDecryptionKey:boolean
Defined in: src/crypto-api/keybackup.ts:62
True if this backup matches the stored decryption key.
trusted
Section titled “trusted”
readonlytrusted: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.