interface TokenProviderInterface
Interface for TokenProviders.
Methods
PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series.
deleteTokenBySeries(string $series) Deletes all tokens belonging to series.
updateToken(string $series, string $tokenValue, DateTime $lastUsed) Updates the token according to this data.
createNewToken(PersistentTokenInterface $token) Creates a new token.
Details
PersistentT