Skip to content

Commit

Permalink
Deprecate CreateSecretStorageOpts.keyBackupInfo used in `CryptoApi.…
Browse files Browse the repository at this point in the history
…bootstrapSecretStorage.` (#4474)
  • Loading branch information
florianduros authored Oct 28, 2024
1 parent 31aeb30 commit 0e2f73d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ export interface CreateSecretStorageOpts {
/**
* The current key backup object. If passed,
* the passphrase and recovery key from this backup will be used.
* @deprecated Not used by the Rust crypto stack.
*/
keyBackupInfo?: KeyBackupInfo;

Expand Down

0 comments on commit 0e2f73d

Please sign in to comment.