GuardAuthenticationProvider
class GuardAuthenticationProvider implements AuthenticationProviderInterface
Responsible for accepting the PreAuthenticationGuardToken and calling the correct authenticator to retrieve the authenticated token.
Methods
__construct(iterable|AuthenticatorInterface[] $guardAuthenticators, UserProviderInterface $userProvider, string $providerKey, UserCheckerInterface $userChecker)
No description
bool
Details
__construct(iterable|AuthenticatorInterface[] $guardAuthenticators, UserProviderInterface $userProvider, string $providerKey, UserCheckerInterface $userChecker)
TokenInterface
authenticate(TokenInterface $token)
Finds the correct authenticator for the token and calls it.