mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-23 02:31:26 +01:00
Add param doc
This commit is contained in:
parent
d77dcff4c1
commit
55676284a2
@ -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>;
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user