updateToken(string $series, string $tokenValue, DateTime $lastUsed)
string getClass() Returns the class of the user.
string getTokenValue() Returns the token value.
string getSeries() Returns the series.
string getUsername() Returns the username.
interface PersistentTokenInterface Interface to be implemented by persistent token classes (such
deleteTokenBySeries(string $series) Deletes all tokens belonging to series.
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