string getClass() Returns the class of the user.
updateToken(string $series, string $tokenValue, DateTime $lastUsed)
string getTokenValue() Returns the token value.
deleteTokenBySeries(string $series) Deletes all tokens belonging to series.
string getSeries() Returns the series.
string getUsername() Returns the username.
interface PersistentTokenInterface Interface to be implemented by persistent token classes (such
PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found
Page 1 of 3