TokenStorageInterface

TokenStorageInterface

interface TokenStorageInterface

The TokenStorageInterface.

Methods

TokenInterface|null getToken()

Returns the current security token.

setToken(TokenInterface $token = null)

Sets the authentication token.

Details