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
interface TokenProviderInterface Interface for TokenProviders.
class InMemoryTokenProvider implements
deleteTokenBySeries(string $series) Deletes all tokens belonging to series.
createNewToken(
DateTime getLastUsed() Returns
class PersistentToken implements
string getTokenValue() Returns the token value.
Page 2 of 3