class AnonymousToken extends
setAuthenticated(bool $isAuthenticated) Sets the authenticated flag.
setToken(
TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available
class PersistentToken implements
interface AuthenticationManagerInterface AuthenticationManagerInterface is the interface for authentication
eraseCredentials() Removes sensitive information from the token.
class AnonymousAuthenticationProvider implements
mixed getCredentials() Returns the user credentials.
bool isRememberMe(
Page 9 of 12