CookiesSetDetailsinterface
Details for setting a cookie
Properties (9)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| domain⚓︎ | string | x | x | x |
| expirationDate⚓︎ | number | x | x | x |
| httpOnly⚓︎ | boolean | x | x | x |
| name⚓︎ | string | x | x | x |
| path⚓︎ | string | x | x | x |
| sameSite⚓︎ | "unspecified" | "no_restriction" | "lax" | "strict" | x | x | x |
| secure⚓︎ | boolean | x | x | x |
| url⚓︎ | string | x | x | |
| value⚓︎ | string | x | x | x |