The name of this cookie.
The value of this cookie.
Optionaloptions: Partial<CookieOptions>Cookie options.
Optional ReadonlydomainDefines the host to which the cookie will be sent.
Optional ReadonlyexpiresIndicates the maximum lifetime of the cookie.
ReadonlyhttpForbids JavaScript from accessing the cookie.
Optional ReadonlymaxIndicates the number of seconds until the cookie expires.
ReadonlynameThe name of this cookie.
ReadonlypartitionedIndicates that the cookie should be stored using partitioned storage.
Optional ReadonlypathIndicates the path that must exist in the requested URL for the browser to send the Cookie header.
Optional ReadonlysameControls whether or not a cookie is sent with cross-site requests.
ReadonlysecureIndicates that the cookie is sent to the server only when a request is made with the https: scheme (except on
localhost), and therefore, is more resistant
to https://developer.mozilla.org/en-US/docs/Glossary/MitM|man-in-the-middle attacks.
ReadonlyvalueThe value of this cookie.
A cookie that the server wants to ask the client to set.