Skip to content

Commit 0e2f73d

Browse files
authored
Deprecate CreateSecretStorageOpts.keyBackupInfo used in CryptoApi.bootstrapSecretStorage. (#4474)
1 parent 31aeb30 commit 0e2f73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crypto-api/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ export interface CreateSecretStorageOpts {
974974
/**
975975
* The current key backup object. If passed,
976976
* the passphrase and recovery key from this backup will be used.
977+
* @deprecated Not used by the Rust crypto stack.
977978
*/
978979
keyBackupInfo?: KeyBackupInfo;
979980

0 commit comments

Comments
 (0)