Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
CookieOptions
Interface CookieOptions
interface
CookieOptions
{
domain
?:
string
;
expires
?:
Date
;
httpOnly
?:
boolean
;
maxAge
?:
number
;
path
?:
string
;
sameSite
?:
"strict"
|
"none"
|
"lax"
;
secure
?:
boolean
;
value
:
string
;
}
Index
Properties
domain?
expires?
http
Only?
max
Age?
path?
same
Site?
secure?
value
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
?:
"strict"
|
"none"
|
"lax"
Optional
secure
secure
?:
boolean
value
value
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
domain
expires
http
Only
max
Age
path
same
Site
secure
value
Teleforge API Reference - v0.1.0
Loading...