GuardAuthenticationProvider
class GuardAuthenticationProvider implements AuthenticationProviderInterface
Responsible for accepting the PreAuthenticationGuardToken and calling the correct authenticator to retrieve the authenticated token.
Methods
__construct(array $guardAuthenticators, UserProviderInterface $userProvider, string $providerKey, UserCheckerInterface $userChecker)
No description
bool
Details
at line line 49
__construct(array $guardAuthenticators, UserProviderInterface $userProvider, string $providerKey, UserCheckerInterface $userChecker)
at line line 64
TokenInterface
authenticate(TokenInterface $token)
Finds the correct authenticator for the token and calls it.
at line line 144
bool
supports(TokenInterface $token)
Checks whether this provider supports the given token.