class AuthenticationProviderManager implements AuthenticationManagerInterface
AuthenticationProviderManager uses a list of AuthenticationProviderInterface instances to authenticate a Token.
Methods
__construct(array $providers, bool $eraseCredentials = true) Constructor. | ||
setEventDispatcher(EventDispatcherInterface $dispatcher) | ||
TokenInterface | authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. |
Details
__construct(array $providers, bool $eraseCredentials = true)
Constructor.
setEventDispatcher(EventDispatcherInterface $dispatcher)
TokenInterface authenticate(TokenInterface $token)
Attempts to authenticate a TokenInterface object.
Please login to continue.