Search
Preparing search index...
The search index is not available
supertokens-node
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
supertokens-node
recipe/thirdparty
default
Class default
Hierarchy
default
Index
Constructors
constructor
Properties
Error
init
Methods
get
Provider
get
User
By
Id
get
User
By
Third
Party
Info
get
Users
By
Email
manually
Create
Or
Update
User
Constructors
constructor
new default
(
)
:
default
Returns
default
Properties
Static
Error
Error
:
typeof
default
= SuperTokensError
Static
init
init
:
(
config
?:
TypeInput
)
=>
RecipeListFunction
= Recipe.init
Type declaration
(
config
?:
TypeInput
)
:
RecipeListFunction
Parameters
Optional
config:
TypeInput
Returns
RecipeListFunction
Methods
Static
get
Provider
get
Provider
(
tenantId
:
string
, thirdPartyId
:
string
, clientType
:
undefined
|
string
, userContext
?:
any
)
:
Promise
<
undefined
|
TypeProvider
>
Parameters
tenantId:
string
thirdPartyId:
string
clientType:
undefined
|
string
userContext:
any
= {}
Returns
Promise
<
undefined
|
TypeProvider
>
Static
get
User
By
Id
get
User
By
Id
(
userId
:
string
, userContext
?:
any
)
:
Promise
<
undefined
|
User
>
Parameters
userId:
string
userContext:
any
= {}
Returns
Promise
<
undefined
|
User
>
Static
get
User
By
Third
Party
Info
get
User
By
Third
Party
Info
(
tenantId
:
string
, thirdPartyId
:
string
, thirdPartyUserId
:
string
, userContext
?:
any
)
:
Promise
<
undefined
|
User
>
Parameters
tenantId:
string
thirdPartyId:
string
thirdPartyUserId:
string
userContext:
any
= {}
Returns
Promise
<
undefined
|
User
>
Static
get
Users
By
Email
get
Users
By
Email
(
tenantId
:
string
, email
:
string
, userContext
?:
any
)
:
Promise
<
User
[]
>
Parameters
tenantId:
string
email:
string
userContext:
any
= {}
Returns
Promise
<
User
[]
>
Static
manually
Create
Or
Update
User
manually
Create
Or
Update
User
(
tenantId
:
string
, thirdPartyId
:
string
, thirdPartyUserId
:
string
, email
:
string
, userContext
?:
any
)
:
Promise
<
{
createdNewUser
:
boolean
;
status
:
"OK"
;
user
:
User
}
>
Parameters
tenantId:
string
thirdPartyId:
string
thirdPartyUserId:
string
email:
string
userContext:
any
= {}
Returns
Promise
<
{
createdNewUser
:
boolean
;
status
:
"OK"
;
user
:
User
}
>
Modules
framework
framework/aws
Lambda
framework/express
framework/fastify
framework/hapi
framework/koa
framework/loopback
index
ingredients/emaildelivery
ingredients/smsdelivery
recipe/dashboard
recipe/emailpassword
recipe/emailverification
recipe/jwt
recipe/multitenancy
recipe/openid
recipe/passwordless
recipe/session
recipe/thirdparty
recipe/thirdpartyemailpassword
recipe/thirdpartypasswordless
recipe/usermetadata
recipe/userroles
default
constructor
Error
init
get
Provider
get
User
By
Id
get
User
By
Third
Party
Info
get
Users
By
Email
manually
Create
Or
Update
User
Generated using
TypeDoc