CsrfToken getToken(string $tokenId)
CsrfToken refreshToken(string $tokenId)
Classes
string getValue() Returns the value of the CSRF token.
bool isTokenValid(CsrfToken $token)
string|null removeToken(string $tokenId) Invalidates the CSRF token with the given ID, if one
interface CsrfTokenManagerInterface Manages CSRF tokens. Methods
Page 1 of 2