class TokenStorage implements
setToken(
TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available
interface TokenStorageInterface The TokenStorageInterface. Methods