-
-
Notifications
You must be signed in to change notification settings - Fork 261
ICookie
David Ortner edited this page Apr 10, 2025
·
2 revisions
ICookie represents a cookie.
interface ICookie| Property | Type | Default | Description |
|---|---|---|---|
| key | string | Key. | |
| originURL | URL | Origin URL. | |
| value | string | null | Value. | |
| domain | string | Domain. | |
| path | string | Path. | |
| expires | Date | null | Expires. | |
| httpOnly | boolean | HTTP only. | |
| secure | boolean | Secure. | |
| sameSite | CookieSameSiteEnum | Same site. |
Help Packages