mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Add param doc
This commit is contained in:
@@ -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>;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user