@morojs/moro


@morojs/moro / CookieOptions

Interface: CookieOptions

Defined in: src/types/http.ts:35

Properties

critical?

optional critical: boolean

Defined in: src/types/http.ts:44


domain?

optional domain: string

Defined in: src/types/http.ts:41


expires?

optional expires: Date

Defined in: src/types/http.ts:37


httpOnly?

optional httpOnly: boolean

Defined in: src/types/http.ts:38


maxAge?

optional maxAge: number

Defined in: src/types/http.ts:36


path?

optional path: string

Defined in: src/types/http.ts:42


sameSite?

optional sameSite: "strict" | "lax" | "none"

Defined in: src/types/http.ts:40


secure?

optional secure: boolean

Defined in: src/types/http.ts:39


throwOnLateSet?

optional throwOnLateSet: boolean

Defined in: src/types/http.ts:45