TokenProviderInterface
interface TokenProviderInterface
Interface for TokenProviders.
Methods
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.
Details
at line line 32
PersistentTokenInterface
loadTokenBySeries(string $series)
Loads the active token for the given series.
at line line 39
deleteTokenBySeries(string $series)
Deletes all tokens belonging to series.
at line line 50
updateToken(string $series, string $tokenValue, DateTime $lastUsed)
Updates the token according to this data.
at line line 57
createNewToken(PersistentTokenInterface $token)
Creates a new token.