class PersistentToken implements PersistentTokenInterface
| __construct(string $class, string $username, string $series, string $tokenValue, DateTime $lastUsed) | ||
| 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. |
| string | $class | |
| string | $username | |
| string | $series | |
| string | $tokenValue | |
| DateTime | $lastUsed |
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/PersistentToken.html