Scute / Exports / CookieAttributes
Interface: CookieAttributes
Table of contents
Properties
Properties
domain
• Optional domain: string
Defined in
expires
• Optional expires: Date
Defined in
maxAge
• Optional maxAge: number
Defined in
path
• Optional path: string
Defined in
sameSite
• Optional sameSite: "strict" | "lax" | "none"
Defined in
httpOnly
• Optional httpOnly: boolean
Defined in
secure
• Optional secure: boolean