interface TokenStorageInterface Stores CSRF tokens. Methods
bool hasToken(string $tokenId) Checks whether a token with the given token ID exists.
Classes
string|null removeToken(string $tokenId) Invalidates the CSRF token with the given ID, if one
string getToken(string $tokenId) Reads a stored CSRF token.
bool isTokenValid(CsrfToken $token)
class SessionTokenStorage implements
interface CsrfTokenManagerInterface Manages CSRF tokens. Methods
Page 2 of 4