TokenProviderInterface
TokenProviderInterface
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)
|