You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Recovery key created by {@link CryptoApi#createRecoveryKeyFromPassphrase}
32
+
*/
33
+
exportinterfaceIRecoveryKey{
34
+
keyInfo?: AddSecretStorageKeyOpts;
35
+
/* Generated private key Uint8Array(32) */
36
+
privateKey: Uint8Array;
37
+
encodedPrivateKey?: string;
38
+
}
39
+
29
40
/**
30
41
* Public interface to the cryptography parts of the js-sdk
31
42
*
@@ -201,6 +212,18 @@ export interface CryptoApi {
201
212
* @returns The current status of cross-signing keys: whether we have public and private keys cached locally, and whether the private keys are in secret storage.
0 commit comments