oc · docs
docs / documentation

@orangecheck/auth-core


@orangecheck/auth-core / CookieOptions

Interface: CookieOptions

Defined in: index.ts:389

Properties

PropertyTypeDefined in
<a id="property-domain"></a> domain?stringindex.ts:390
<a id="property-expires"></a> expires?Dateindex.ts:392
<a id="property-httponly"></a> httpOnly?booleanindex.ts:395
<a id="property-maxage"></a> maxAge?numberindex.ts:391
<a id="property-path"></a> path?stringindex.ts:393
<a id="property-samesite"></a> sameSite?"Lax" | "Strict" | "None"index.ts:396
<a id="property-secure"></a> secure?booleanindex.ts:394