Get a cookie from the storage.
The name of the cookie.
Get all cookies from the storage.
Set a cookie in the storage.
The name of the cookie.
The value of the cookie.
Optional
options: Partial<Pick<CookieSerializeOptions, "domain" | "expires" | "httpOnly" | "maxAge" | "sameSite" | "secure" | "path">>The cookie's options.
Delete a cookie from the storage.