Preparing search index...
The search index is not available
@auth0/nextjs-auth0 - v4.5.0
@auth0/nextjs-auth0
types
CookieOptions
Interface CookieOptions
interface
CookieOptions
{
domain
?:
string
;
httpOnly
:
boolean
;
maxAge
?:
number
;
path
:
string
;
sameSite
:
"lax"
|
"strict"
|
"none"
;
secure
:
boolean
;
transient
?:
boolean
;
}
Index
Properties
domain?
http
Only
max
Age?
path
same
Site
secure
transient?
Properties
Optional
domain
domain
?:
string
http
Only
httpOnly
:
boolean
Optional
max
Age
maxAge
?:
number
path
path
:
string
same
Site
sameSite
:
"lax"
|
"strict"
|
"none"
secure
secure
:
boolean
Optional
transient
transient
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
domain
http
Only
max
Age
path
same
Site
secure
transient
@auth0/nextjs-auth0 - v4.5.0
Loading...