Session
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SessionLive[UserToken]
Members list
Value members
Abstract methods
Clear the user state. This method is used to log out the user. It should remove the token from the session and the storage.
Clear the user state. This method is used to log out the user. It should remove the token from the session and the storage.
Attributes
Get the token from the storage. Tokens are stored by issuer (the host and port of the issuer).
Get the token from the storage. Tokens are stored by issuer (the host and port of the issuer).
Attributes
This method is used to produce an Option when the user is active.
This method is used to produce an Option when the user is active.
Attributes
Load the user state from the storage. This method is used to log in the
Load the user state from the storage. This method is used to log in the
Attributes
Save the token in the storage. Tokens are stored by issuer (the host and port of the issuer).
Save the token in the storage. Tokens are stored by issuer (the host and port of the issuer).