@orangecheck/auth-core / CookieOptions
Interface: CookieOptions
Defined in: index.ts:389
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-domain"></a> domain? | string | index.ts:390 |
<a id="property-expires"></a> expires? | Date | index.ts:392 |
<a id="property-httponly"></a> httpOnly? | boolean | index.ts:395 |
<a id="property-maxage"></a> maxAge? | number | index.ts:391 |
<a id="property-path"></a> path? | string | index.ts:393 |
<a id="property-samesite"></a> sameSite? | "Lax" | "Strict" | "None" | index.ts:396 |
<a id="property-secure"></a> secure? | boolean | index.ts:394 |