Search
Preparing search index...
The search index is not available
supertokens-node
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
supertokens-node
recipe/session
APIInterface
Interface APIInterface
Hierarchy
APIInterface
Index
Properties
refreshPOST
sign
OutPOST
Methods
verify
Session
Properties
refreshPOST
refreshPOST
:
undefined
|
(
(
input
:
{
options
:
APIOptions
}
)
=>
Promise
<
void
>
)
sign
OutPOST
sign
OutPOST
:
undefined
|
(
(
input
:
{
options
:
APIOptions
}
)
=>
Promise
<
{
status
:
"OK"
}
>
)
Methods
verify
Session
verify
Session
(
input
:
{
options
:
APIOptions
;
verifySessionOptions
:
undefined
|
VerifySessionOptions
}
)
:
Promise
<
undefined
|
SessionContainer
>
Parameters
input:
{
options
:
APIOptions
;
verifySessionOptions
:
undefined
|
VerifySessionOptions
}
options
:
APIOptions
verify
Session
Options
:
undefined
|
VerifySessionOptions
Returns
Promise
<
undefined
|
SessionContainer
>
Modules
framework
framework/aws
Lambda
framework/express
framework/fastify
framework/hapi
framework/koa
framework/loopback
index
recipe/emailpassword
recipe/emailverification
recipe/jwt
recipe/session
recipe/thirdparty
recipe/thirdpartyemailpassword
APIInterface
refreshPOST
sign
OutPOST
verify
Session
Generated using
TypeDoc