mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
add setUserSymKeyMasterKey so we can set the encrypted user sym key from server
This commit is contained in:
@@ -25,6 +25,7 @@ export abstract class CryptoService {
|
||||
makeUserSymKey: (key: SymmetricCryptoKey) => Promise<[SymmetricCryptoKey, EncString]>;
|
||||
clearUserKey: (clearSecretStorage?: boolean, userId?: string) => Promise<void>;
|
||||
clearUserKeyFromStorage: (keySuffix: KeySuffixOptions) => Promise<void>;
|
||||
setUserSymKeyMasterKey: (UserSymKeyMasterKey: string, userId?: string) => Promise<void>;
|
||||
setMasterKey: (key: MasterKey, userId?: string) => Promise<void>;
|
||||
getMasterKey: (userId?: string) => Promise<MasterKey>;
|
||||
makeMasterKey: (
|
||||
|
||||
Reference in New Issue
Block a user