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