RememberMeAuthenticationProvider
class RememberMeAuthenticationProvider implements AuthenticationProviderInterface
Methods
Details
__construct(UserCheckerInterface $userChecker, string $secret, string $providerKey)
Parameters
UserCheckerInterface | $userChecker | An UserCheckerInterface interface |
string | $secret | A secret |
string | $providerKey | A provider secret |
Attempts to authenticate a TokenInterface object.
Parameters
Return Value
Exceptions
Checks whether this provider supports the given token.
Parameters
Return Value
bool | true if the implementation supports the Token, false otherwise |