AuthenticationProviderManager
class AuthenticationProviderManager implements AuthenticationManagerInterface
AuthenticationProviderManager uses a list of AuthenticationProviderInterface instances to authenticate a Token.
Methods
Details
__construct(iterable $providers, bool $eraseCredentials = true)
Parameters
iterable | $providers | An iterable with AuthenticationProviderInterface instances as values |
bool | $eraseCredentials | Whether to erase credentials after authentication or not |
Exceptions
Parameters
Attempts to authenticate a TokenInterface object.
Parameters
Return Value
Exceptions