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
updateToken(string $series, string $tokenValue, DateTime $lastUsed)
createNewToken(
class DoctrineTokenProvider implements