@orangecheck/auth-core / CookieOptions
Interface: CookieOptions
Defined in: src/index.ts:196
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-domain"></a> domain? | string | src/index.ts:197 |
<a id="property-expires"></a> expires? | Date | src/index.ts:199 |
<a id="property-httponly"></a> httpOnly? | boolean | src/index.ts:202 |
<a id="property-maxage"></a> maxAge? | number | src/index.ts:198 |
<a id="property-path"></a> path? | string | src/index.ts:200 |
<a id="property-samesite"></a> sameSite? | "Lax" | "Strict" | "None" | src/index.ts:203 |
<a id="property-secure"></a> secure? | boolean | src/index.ts:201 |