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