Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
@aws-amplify/adapter-nextjs
index
<Reference Types>
"/home/runner/work/amplify-js/amplify-js/amplify-js/packages/adapter-nextjs/node_modules/undici-types/index"
Cookie
Interface Cookie
interface
Cookie
{
domain
?:
string
;
expires
?:
number
|
Date
;
httpOnly
?:
boolean
;
maxAge
?:
number
;
name
:
string
;
path
?:
string
;
sameSite
?:
"Strict"
|
"Lax"
|
"None"
;
secure
?:
boolean
;
unparsed
?:
string
[]
;
value
:
string
;
}
Index
Properties
domain?
expires?
http
Only?
max
Age?
name
path?
same
Site?
secure?
unparsed?
value
Properties
Optional
domain
domain
?:
string
Optional
expires
expires
?:
number
|
Date
Optional
http
Only
http
Only
?:
boolean
Optional
max
Age
max
Age
?:
number
name
name
:
string
Optional
path
path
?:
string
Optional
same
Site
same
Site
?:
"Strict"
|
"Lax"
|
"None"
Optional
secure
secure
?:
boolean
Optional
unparsed
unparsed
?:
string
[]
value
value
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
domain
expires
http
Only
max
Age
name
path
same
Site
secure
unparsed
value
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter