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
Apple
Bitbucket
Discord
Error
Facebook
Git
Lab
Github
Google
Google
Workspaces
init
Methods
get
User
By
Id
get
User
By
Third
Party
Info
get
Users
By
Email
sign
In
Up
Constructors
constructor
new default
(
)
:
default
Returns
default
Properties
Static
Apple
Apple
:
(
config
:
TypeThirdPartyProviderAppleConfig
)
=>
TypeProvider
= thirdPartyProviders.Apple
Type declaration
(
config
:
TypeThirdPartyProviderAppleConfig
)
:
TypeProvider
Parameters
config:
TypeThirdPartyProviderAppleConfig
Returns
TypeProvider
Static
Bitbucket
Bitbucket
:
(
config
:
TypeThirdPartyProviderBitbucketConfig
)
=>
TypeProvider
= thirdPartyProviders.Bitbucket
Type declaration
(
config
:
TypeThirdPartyProviderBitbucketConfig
)
:
TypeProvider
Parameters
config:
TypeThirdPartyProviderBitbucketConfig
Returns
TypeProvider
Static
Discord
Discord
:
(
config
:
TypeThirdPartyProviderDiscordConfig
)
=>
TypeProvider
= thirdPartyProviders.Discord
Type declaration
(
config
:
TypeThirdPartyProviderDiscordConfig
)
:
TypeProvider
Parameters
config:
TypeThirdPartyProviderDiscordConfig
Returns
TypeProvider
Static
Error
Error
:
typeof
default
= SuperTokensError
Static
Facebook
Facebook
:
(
config
:
TypeThirdPartyProviderFacebookConfig
)
=>
TypeProvider
= thirdPartyProviders.Facebook
Type declaration
(
config
:
TypeThirdPartyProviderFacebookConfig
)
:
TypeProvider
Parameters
config:
TypeThirdPartyProviderFacebookConfig
Returns
TypeProvider
Static
Git
Lab
Git
Lab
:
(
config
:
TypeThirdPartyProviderGitLabConfig
)
=>
TypeProvider
= thirdPartyProviders.GitLab
Type declaration
(
config
:
TypeThirdPartyProviderGitLabConfig
)
:
TypeProvider
Parameters
config:
TypeThirdPartyProviderGitLabConfig
Returns
TypeProvider
Static
Github
Github
:
(
config
:
TypeThirdPartyProviderGithubConfig
)
=>
TypeProvider
= thirdPartyProviders.Github
Type declaration
(
config
:
TypeThirdPartyProviderGithubConfig
)
:
TypeProvider
Parameters
config:
TypeThirdPartyProviderGithubConfig
Returns
TypeProvider
Static
Google
Google
:
(
config
:
TypeThirdPartyProviderGoogleConfig
)
=>
TypeProvider
= thirdPartyProviders.Google
Type declaration
(
config
:
TypeThirdPartyProviderGoogleConfig
)
:
TypeProvider
Parameters
config:
TypeThirdPartyProviderGoogleConfig
Returns
TypeProvider
Static
Google
Workspaces
Google
Workspaces
:
(
config
:
TypeThirdPartyProviderGoogleWorkspacesConfig
)
=>
TypeProvider
= thirdPartyProviders.GoogleWorkspaces
Type declaration
(
config
:
TypeThirdPartyProviderGoogleWorkspacesConfig
)
:
TypeProvider
Parameters
config:
TypeThirdPartyProviderGoogleWorkspacesConfig
Returns
TypeProvider
Static
init
init
:
(
config
:
TypeInput
)
=>
RecipeListFunction
= Recipe.init
Type declaration
(
config
:
TypeInput
)
:
RecipeListFunction
Parameters
config:
TypeInput
Returns
RecipeListFunction
Methods
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
(
thirdPartyId
:
string
, thirdPartyUserId
:
string
, userContext
?:
any
)
:
Promise
<
undefined
|
User
>
Parameters
thirdPartyId:
string
thirdPartyUserId:
string
userContext:
any
= {}
Returns
Promise
<
undefined
|
User
>
Static
get
Users
By
Email
get
Users
By
Email
(
email
:
string
, userContext
?:
any
)
:
Promise
<
User
[]
>
Parameters
email:
string
userContext:
any
= {}
Returns
Promise
<
User
[]
>
Static
sign
In
Up
sign
In
Up
(
thirdPartyId
:
string
, thirdPartyUserId
:
string
, email
:
string
, userContext
?:
any
)
:
Promise
<
{
createdNewUser
:
boolean
;
status
:
"OK"
;
user
:
User
}
>
Parameters
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/openid
recipe/passwordless
recipe/session
recipe/thirdparty
recipe/thirdpartyemailpassword
recipe/thirdpartypasswordless
recipe/usermetadata
recipe/userroles
default
constructor
Apple
Bitbucket
Discord
Error
Facebook
Git
Lab
Github
Google
Google
Workspaces
init
get
User
By
Id
get
User
By
Third
Party
Info
get
Users
By
Email
sign
In
Up
Generated using
TypeDoc