class TokenStorage implements TokenStorageInterface
TokenStorage contains a TokenInterface.
It gives access to the token representing the current user authentication.
Methods
TokenInterface|null | getToken() Returns the current security token. | |
setToken(TokenInterface $token = null) Sets the authentication token. |
Details
TokenInterface|null getToken()
Returns the current security token.
setToken(TokenInterface $token = null)
Sets the authentication token.
Please login to continue.