deleteTokenBySeries(string $series) Deletes all tokens belonging to series.
PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found
createNewToken(
updateToken(string $series, string $tokenValue, DateTime $lastUsed)
class DoctrineTokenProvider implements