interface PersistentTokenInterface
Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token).
string | getClass() Returns the class of the user. | |
string | getUsername() Returns the username. | |
string | getSeries() Returns the series. | |
string | getTokenValue() Returns the token value. | |
DateTime | getLastUsed() Returns the time the token was last used. |
Returns the class of the user.
string |
Returns the username.
string |
Returns the series.
string |
Returns the token value.
string |
Returns the time the token was last used.
DateTime |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.html