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