AuthenticationProviderManager
class AuthenticationProviderManager implements AuthenticationManagerInterface
AuthenticationProviderManager uses a list of AuthenticationProviderInterface instances to authenticate a Token.
Methods
Details
at line line 45
__construct(array $providers, bool $eraseCredentials = true)
Constructor.
at line line 61
setEventDispatcher(EventDispatcherInterface $dispatcher)
at line line 69
TokenInterface
authenticate(TokenInterface $token)
Attempts to authenticate a TokenInterface object.