* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Authentication\RememberMe; /** * Interface to be implemented by persistent token classes (such as * Doctrine entities representing a remember-me token). * * @author Johannes M. Schmitt */ interface PersistentTokenInterface { /** * Returns the class of the user. * * @return string */ public function getClass(); /** * Returns the username. * * @return string */ public function getUsername(); /** * Returns the series. * * @return string */ public function getSeries(); /** * Returns the token value. * * @return string */ public function getTokenValue(); /** * Returns the time the token was last used. * * @return \DateTime */ public function getLastUsed(); } __halt_compiler();----SIGNATURE:----NOp3P5fPYp3R2Obi6/jv89ffi+pDL8z9Pt2c50iTbwlggMuwhbdN1QktDnJfQqb0IGPpqy8WEy1OITEhHIhwQDNdeoHS5EM06bnrh35ttyHae+sYt1ha9sb8A/GAyvHK0nyJpZyaJ0gwiSBdBSErLX1HUOENKDNLZdUZE5HAHeQQKY8fiJ0AlDrT27vYtU9uW9uZMvoOMRTn9xqlpnIEyzW90OCry8DssUeJbL2CTjyirEnGyT/4mjN3nyl4sdzQIhH4MPUqGukXDYUzrgQStDpUMPjUfKRu2DiFbwsMMtiXB3Aj9tRxDISmPKC36ZfpjX7JUcmxnkzvL9NZFZWrjN8xe2IVHCL0KjfFTrHuFTyRAPQ6Y1dqBAyLIeMnI936HPnNHjSxR2aaBbNH7JqddvQv7y4Egvgeplco4yEIo9Z3vNvHKCSVXYV6vH49ZXKWsw/VJsEQFkGa4Olq1P1sI9qCcbVGpSNRxWgjF3WvOL7MPPyAB3sAX3ZXhrmpN7tv2a/AsnmWbOjIXGZv7P2azz8v5MCFswMnH6O6y90Fx3qsvDwaRhFJe+GOOaC4kYntunhC2KjLFZB5hEfHwZV/BQsmrabELcK3alB1W22kIyJHCtUC0wjpx5zrrbVsSCllHwnCsqxL/uYcLDxgIx8ZC8TrBH9IGU4BgPVkZkoymfs=----ATTACHMENT:----MTQzNTkwNzcwOTA0Nzc4NSA2OTE1NDk4OTg3MzcyNTQzIDcwMDU1OTIzMzgwOTcwNjI=