1
0
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:
gbubemismith
2025-03-28 13:56:28 -04:00
parent f9e8bdeb45
commit 876d8ce66a

View File

@@ -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>;