supertokens-node
Preparing search index...
recipe/accountlinking
isSignUpAllowed
Variable isSignUpAllowed
Const
isSignUpAllowed
:
(
tenantId
:
string
,
newUser
:
AccountInfoWithRecipeId
,
isVerified
:
boolean
,
session
?:
SessionContainer
,
userContext
?:
Record
<
string
,
any
>
,
)
=>
Promise
<
boolean
>
= Wrapper.isSignUpAllowed
Type declaration
(
tenantId
:
string
,
newUser
:
AccountInfoWithRecipeId
,
isVerified
:
boolean
,
session
?:
SessionContainer
,
userContext
?:
Record
<
string
,
any
>
,
)
:
Promise
<
boolean
>
Parameters
tenantId
:
string
newUser
:
AccountInfoWithRecipeId
isVerified
:
boolean
Optional
session
:
SessionContainer
Optional
userContext
:
Record
<
string
,
any
>
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supertokens-node
Loading...