Skip to content

CookieOptions

Defined in: src/util/types.ts:208

Property Type Defined in

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?

string

src/util/types.ts:214

priority?

"low" | "medium" | "high" | "Low" | "Medium" | "High"

src/util/types.ts:216

sameSite?

boolean | "lax" | "strict" | "none" | "Lax" | "Strict" | "None"

src/util/types.ts:215

secure?

boolean

src/util/types.ts:212