@orangecheck/auth-core / CookieOptions
Interface: CookieOptions
Defined in: index.ts:379
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-domain"></a> domain? | string | index.ts:380 |
<a id="property-expires"></a> expires? | Date | index.ts:382 |
<a id="property-httponly"></a> httpOnly? | boolean | index.ts:385 |
<a id="property-maxage"></a> maxAge? | number | index.ts:381 |
<a id="property-path"></a> path? | string | index.ts:383 |
<a id="property-samesite"></a> sameSite? | "Lax" | "Strict" | "None" | index.ts:386 |
<a id="property-secure"></a> secure? | boolean | index.ts:384 |