1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Add param doc

This commit is contained in:
Justin Baur
2024-05-28 08:14:29 -04:00
parent d77dcff4c1
commit 55676284a2

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 * 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. * 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>; abstract userKey$(userId: UserId): Observable<UserKey>;
/** /**