Classes
interface CsrfTokenManagerInterface Manages CSRF tokens. Methods
CsrfToken refreshToken(string $tokenId)
class CsrfToken A CSRF token. Methods
string|null removeToken(string $tokenId) Invalidates the CSRF token with the given ID, if one
string getId() Returns the ID of the CSRF token.
setToken(string $tokenId, string $token) Stores a CSRF token.
bool hasToken(string $tokenId) Checks whether a token with the given token ID exists.
CsrfToken getToken(string $tokenId)
Page 3 of 4