RememberMeAuthenticationProvider
class RememberMeAuthenticationProvider implements AuthenticationProviderInterface
Methods
bool
Details
at line line 32
__construct(UserCheckerInterface $userChecker, string $secret, string $providerKey)
Constructor.
at line line 42
TokenInterface
authenticate(TokenInterface $token)
Attempts to authenticate a TokenInterface object.
at line line 64
bool
supports(TokenInterface $token)
Checks whether this provider supports the given token.