We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CreateSecretStorageOpts.keyBackupInfo
CryptoApi.bootstrapSecretStorage.
1 parent 31aeb30 commit 0e2f73dCopy full SHA for 0e2f73d
src/crypto-api/index.ts
@@ -974,6 +974,7 @@ export interface CreateSecretStorageOpts {
974
/**
975
* The current key backup object. If passed,
976
* the passphrase and recovery key from this backup will be used.
977
+ * @deprecated Not used by the Rust crypto stack.
978
*/
979
keyBackupInfo?: KeyBackupInfo;
980
0 commit comments