string|null removeToken(string $tokenId) Removes a 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.
class NativeSessionTokenStorage implements
Page 2 of 2