string getValue() Returns the value of the CSRF token.
string|null removeToken(string $tokenId) Removes a CSRF token.
CsrfToken refreshToken(string $tokenId)
setToken(string $tokenId, string $token) Stores a CSRF token.
string|null removeToken(string $tokenId) Invalidates the CSRF token with the given ID, if one
string getId() Returns the ID of the CSRF token.
class CsrfToken A CSRF token. Methods
class CsrfTokenManager implements
class NativeSessionTokenStorage implements
CsrfToken getToken(string $tokenId)
Page 3 of 4