Manages information about the currently logged in user.
- Implementations:
- module:caplin/services/testing/UserServiceStub
- module:caplin/sl4badapter/providers/SL4BUserService
- module:caplin/sljsadapter/providers/StreamLinkUserService
Methods
-
dispose()
-
Disposes of any listeners and resources that were used by the service.
- Implementations:
- module:caplin/services/testing/UserServiceStub#dispose
- module:caplin/sl4badapter/providers/SL4BUserService#dispose
- module:caplin/sljsadapter/providers/StreamLinkUserService#dispose
-
getLoginName() → {string}
-
Retrieves the user's login name.
- Implementations:
- module:caplin/services/testing/UserServiceStub#getLoginName
- module:caplin/sl4badapter/providers/SL4BUserService#getLoginName
- module:caplin/sljsadapter/providers/StreamLinkUserService#getLoginName
Returns:
The user's login name.- Type
- string