AngularTS
Preparing search index...
CookieOptions
Interface CookieOptions
interface
CookieOptions
{
domain
?:
string
;
expires
?:
string
|
number
|
Date
;
path
?:
string
;
samesite
?:
"Lax"
|
"Strict"
|
"None"
;
secure
?:
boolean
;
}
Index
Properties
domain?
expires?
path?
samesite?
secure?
Properties
Optional
domain
domain
?:
string
Optional
expires
expires
?:
string
|
number
|
Date
Optional
path
path
?:
string
Optional
samesite
samesite
?:
"Lax"
|
"Strict"
|
"None"
Optional
secure
secure
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
domain
expires
path
samesite
secure
AngularTS
Loading...