class AbstractRememberMeServices implements RememberMeServicesInterface, LogoutHandlerInterface
Base class implementing the RememberMeServicesInterface.
Constants
COOKIE_DELIMITER
Methods
__construct(array $userProviders, string $secret, string $providerKey, array $options = array(), LoggerInterface $logger = null) Constructor.
string getRememberMeParameter() Returns the parameter that is used for checking whether remember-me services have been requested.
string getSecret