class RememberMeAuthenticationProvider implements AuthenticationProviderInterface
Methods
| __construct(UserCheckerInterface $userChecker, $key, $providerKey) | ||
| TokenInterface |
authenticate(TokenInterface $token)
Attempts to authenticates a TokenInterface object. |
|
| Boolean |
supports(TokenInterface $token)
Checks whether this provider supports the given token. |
Details
at line 25
public
__construct(UserCheckerInterface $userChecker, $key, $providerKey)
at line 32
public TokenInterface
authenticate(TokenInterface $token)
Attempts to authenticates a TokenInterface object.
at line 51
public Boolean
supports(TokenInterface $token)
Checks whether this provider supports the given token.