1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-22 02:21:34 +01:00

Add param doc

This commit is contained in:
Justin Baur 2024-05-28 08:14:29 -04:00
parent d77dcff4c1
commit 55676284a2
No known key found for this signature in database

View File

@ -38,7 +38,7 @@ export abstract class CryptoService {
/**
* Retrieves a stream of the given users {@see UserKey} values. Can emit null if the user does not have a user key, e.g. the user
* is in a locked or logged out state.
* @param userId
* @param userId The user id of the user to get the {@see UserKey} for.
*/
abstract userKey$(userId: UserId): Observable<UserKey>;
/**