Skip to content

crelte / cookies / SetOptions

Type Alias: SetOptions

ts
type SetOptions = object;

Properties

domain?

ts
optional domain: string;

httpOnly?

ts
optional httpOnly: boolean;

maxAge?

ts
optional maxAge: number;

path?

ts
optional path: string;

secure?

ts
optional secure: boolean;