Defined in: src/util/types.ts:208
domain?
string
src/util/types.ts:213
expires?
Date
src/util/types.ts:210
httpOnly?
boolean
src/util/types.ts:211
maxAge?
number
src/util/types.ts:209
path?
src/util/types.ts:214
priority?
"low" | "medium" | "high" | "Low" | "Medium" | "High"
"low"
"medium"
"high"
"Low"
"Medium"
"High"
src/util/types.ts:216
sameSite?
boolean | "lax" | "strict" | "none" | "Lax" | "Strict" | "None"
"lax"
"strict"
"none"
"Lax"
"Strict"
"None"
src/util/types.ts:215
secure?
src/util/types.ts:212