oc · docs
docs / documentation

@orangecheck/auth-core


@orangecheck/auth-core / CookieOptions

Interface: CookieOptions

Defined in: index.ts:379

Properties

PropertyTypeDefined in
<a id="property-domain"></a> domain?stringindex.ts:380
<a id="property-expires"></a> expires?Dateindex.ts:382
<a id="property-httponly"></a> httpOnly?booleanindex.ts:385
<a id="property-maxage"></a> maxAge?numberindex.ts:381
<a id="property-path"></a> path?stringindex.ts:383
<a id="property-samesite"></a> sameSite?"Lax" | "Strict" | "None"index.ts:386
<a id="property-secure"></a> secure?booleanindex.ts:384