CookieInput
The cookie to be sent to the page
Properties
| Property | Type | Description |
|---|---|---|
domain? | string | Cookie domain |
expires? | number | Cookie expiration date, session cookie if not set |
httpOnly? | boolean | True if cookie is http-only |
name | string | Cookie name |
partitionKey? | CookiePartitionKeyInput | - |
path? | string | Cookie path |
priority? | CookiePriority | - |
sameSite? | CookieSameSite | Cookie SameSite type |
secure? | boolean | True if cookie is secure |
sourceScheme? | CookieSourceScheme | - |
url? | string | The request-URI to associate with the setting of the cookie. This value can affect the default domain, path, source port, and source scheme values of the created cookie |
value | string | Cookie value |