class InMemoryTokenProvider implements TokenProviderInterface
This class is used for testing purposes, and is not really suited for production.
Methods
| PersistentTokenInterface |
loadTokenBySeries(string $series)
Loads the active token for the given series. |
|
|
updateToken(string $series, string $tokenValue, DateTime $lastUsed)
Updates the token according to this data. |
||
|
deleteTokenBySeries(string $series)
Deletes all tokens belonging to series. |
||
|
createNewToken(PersistentTokenInterface $token)
Creates a new token. |
Details
at line 25
public PersistentTokenInterface
loadTokenBySeries(string $series)
Loads the active token for the given series.
at line 34
public
updateToken(string $series, string $tokenValue, DateTime $lastUsed)
Updates the token according to this data.
at line 50
public
deleteTokenBySeries(string $series)
Deletes all tokens belonging to series.
at line 55
public
createNewToken(PersistentTokenInterface $token)
Creates a new token.