Domain of the cookie
Optional
expirationThe expiration date of the cookie as the number of seconds since the UNIX epoch. Not provided for session cookies.
Whether the cookie is a host-only cookie; this will only be true if no domain was passed.
Whether the cookie is marked as HTTP only.
Name of the cookie. Required.
Path of the cookie
The Same Site policy applied to this cookie. Can be unspecified, no_restriction, lax or strict.
Whether the cookie is marked as secure.
The URL to set the cookie for. Required
Value of the cookie. Required.
Generated using TypeDoc
Configures a single cookie.