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
at line 30
public PersistentTokenInterface
loadTokenBySeries(string $series)
Loads the active token for the given series.
at line 37
public
deleteTokenBySeries(string $series)
Deletes all tokens belonging to series.
at line 47
public
updateToken(string $series, string $tokenValue, DateTime $lastUsed)
Updates the token according to this data.
at line 54
public
createNewToken(PersistentTokenInterface $token)
Creates a new token.