TokenProviderInterface::deleteTokenBySeries()

deleteTokenBySeries(string $series) Deletes all tokens belonging to series. Parameters string $series

TokenProviderInterface::createNewToken()

createNewToken(PersistentTokenInterface $token) Creates a new token. Parameters PersistentTokenInterface $token

TokenProviderInterface

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 PersistentT

TokenNotFoundException

class TokenNotFoundException extends RuntimeException

TokenizerPatterns::getUnicodeEscapePattern()

string getUnicodeEscapePattern() Return Value string

TokenizerPatterns::getSimpleEscapePattern()

string getSimpleEscapePattern() Return Value string

TokenNotFoundException

class TokenNotFoundException extends AuthenticationException TokenNotFoundException is thrown if a Token cannot be found. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AuthenticationException unserialize($str) from AuthenticationException string getMessageKey() Message key to be used by the translation component. array getMessageData() Messag

TokenizerPatterns::getQuotedStringPattern()

string getQuotedStringPattern(string $quote) Parameters string $quote Return Value string

TokenizerPatterns::getHashPattern()

string getHashPattern() Return Value string

TokenizerPatterns

class TokenizerPatterns CSS selector tokenizer patterns builder. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct() Constructor. string getNewLineEscapePattern() string getSimpleEscapePattern() string getUnicodeEscapePattern() string getIdentifierPattern() string getHashPattern() string getNumberPattern() string getQuotedStringPattern(string $