string|null removeToken(string $tokenId) Removes a CSRF token.
setToken(string $tokenId, string $token) Stores a CSRF token.
class NativeSessionTokenStorage implements
bool hasToken(string $tokenId) Checks whether a token with the given token ID exists.
Page 2 of 2