mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
Added todo for future consideration
This commit is contained in:
@@ -41,6 +41,8 @@ export abstract class CipherService implements UserKeyRotationDataProvider<Ciphe
|
||||
* @param cipher The encrypted cipher object
|
||||
*
|
||||
* @returns An observable that emits the decrypted cipher view
|
||||
*
|
||||
* @todo Consider moving this to a dedicated service as the cipher service is already quite large.
|
||||
*/
|
||||
abstract decrypt$(userId: UserId, cipher: Cipher): Observable<SdkCipherView>;
|
||||
abstract clearCache(userId: UserId): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user