ts-lambda-api - v2.5.2
Preparing search index...
<internal>
CookieOptions
Interface CookieOptions
interface
CookieOptions
{
domain
?:
string
;
expires
?:
Date
;
httpOnly
?:
boolean
;
maxAge
?:
number
;
path
?:
string
;
sameSite
?:
boolean
|
"None"
|
"Strict"
|
"Lax"
;
secure
?:
boolean
;
}
Index
Properties
domain?
expires?
http
Only?
max
Age?
path?
same
Site?
secure?
Properties
Optional
domain
domain
?:
string
Optional
expires
expires
?:
Date
Optional
http
Only
httpOnly
?:
boolean
Optional
max
Age
maxAge
?:
number
Optional
path
path
?:
string
Optional
same
Site
sameSite
?:
boolean
|
"None"
|
"Strict"
|
"Lax"
Optional
secure
secure
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
domain
expires
http
Only
max
Age
path
same
Site
secure
ts-lambda-api - v2.5.2
Loading...