live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/auth-core


@orangecheck/auth-core / CookieOptions

Interface: CookieOptions

Defined in: src/index.ts:196

Properties

PropertyTypeDefined in
<a id="property-domain"></a> domain?stringsrc/index.ts:197
<a id="property-expires"></a> expires?Datesrc/index.ts:199
<a id="property-httponly"></a> httpOnly?booleansrc/index.ts:202
<a id="property-maxage"></a> maxAge?numbersrc/index.ts:198
<a id="property-path"></a> path?stringsrc/index.ts:200
<a id="property-samesite"></a> sameSite?"Lax" | "Strict" | "None"src/index.ts:203
<a id="property-secure"></a> secure?booleansrc/index.ts:201