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

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::getUnicodeEscapePattern()

string getUnicodeEscapePattern() Return Value string

TokenizerPatterns::getSimpleEscapePattern()

string getSimpleEscapePattern() Return Value string

TokenizerPatterns::getQuotedStringPattern()

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

TokenizerPatterns::getNumberPattern()

string getNumberPattern() Return Value string

TokenizerPatterns::getNewLineEscapePattern()

string getNewLineEscapePattern() Return Value string