Search
Preparing search index...
The search index is not available
supertokens-node
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
supertokens-node
index
default
Class default
Hierarchy
default
Index
Constructors
constructor
Properties
Error
init
Methods
delete
User
get
AllCORSHeaders
get
User
Count
get
Users
Newest
First
get
Users
Oldest
First
Constructors
constructor
new default
(
)
:
default
Returns
default
Properties
Static
Error
Error
:
typeof
default
= SuperTokensError
Static
init
init
:
(
(
config
:
TypeInput
)
=>
void
)
= SuperTokens.init
Type declaration
(
config
:
TypeInput
)
:
void
Parameters
config:
TypeInput
Returns
void
Methods
Static
delete
User
delete
User
(
userId
:
string
)
:
Promise
<
{
status
:
"OK"
}
>
Parameters
userId:
string
Returns
Promise
<
{
status
:
"OK"
}
>
Static
get
AllCORSHeaders
get
AllCORSHeaders
(
)
:
string
[]
Returns
string
[]
Static
get
User
Count
get
User
Count
(
includeRecipeIds
?:
string
[]
)
:
Promise
<
number
>
Parameters
Optional
includeRecipeIds:
string
[]
Returns
Promise
<
number
>
Static
get
Users
Newest
First
get
Users
Newest
First
(
input
?:
{
includeRecipeIds
?:
string
[]
;
limit
?:
number
;
paginationToken
?:
string
}
)
:
Promise
<
{
nextPaginationToken
?:
string
;
users
:
{
recipeId
:
string
;
user
:
any
}
[]
}
>
Parameters
Optional
input:
{
includeRecipeIds
?:
string
[]
;
limit
?:
number
;
paginationToken
?:
string
}
Optional
include
Recipe
Ids
?:
string
[]
Optional
limit
?:
number
Optional
pagination
Token
?:
string
Returns
Promise
<
{
nextPaginationToken
?:
string
;
users
:
{
recipeId
:
string
;
user
:
any
}
[]
}
>
Static
get
Users
Oldest
First
get
Users
Oldest
First
(
input
?:
{
includeRecipeIds
?:
string
[]
;
limit
?:
number
;
paginationToken
?:
string
}
)
:
Promise
<
{
nextPaginationToken
?:
string
;
users
:
{
recipeId
:
string
;
user
:
any
}
[]
}
>
Parameters
Optional
input:
{
includeRecipeIds
?:
string
[]
;
limit
?:
number
;
paginationToken
?:
string
}
Optional
include
Recipe
Ids
?:
string
[]
Optional
limit
?:
number
Optional
pagination
Token
?:
string
Returns
Promise
<
{
nextPaginationToken
?:
string
;
users
:
{
recipeId
:
string
;
user
:
any
}
[]
}
>
Modules
framework
framework/aws
Lambda
framework/express
framework/fastify
framework/hapi
framework/koa
framework/loopback
index
ingredients/emaildelivery
ingredients/smsdelivery
recipe/emailpassword
recipe/emailverification
recipe/jwt
recipe/openid
recipe/passwordless
recipe/session
recipe/thirdparty
recipe/thirdpartyemailpassword
recipe/thirdpartypasswordless
recipe/usermetadata
recipe/userroles
default
constructor
Error
init
delete
User
get
AllCORSHeaders
get
User
Count
get
Users
Newest
First
get
Users
Oldest
First
Generated using
TypeDoc