supertokens-node
Preparing search index...
recipe/accountlinking
isEmailChangeAllowed
Variable isEmailChangeAllowed
Const
isEmailChangeAllowed
:
(
recipeUserId
:
RecipeUserId
,
newEmail
:
string
,
isVerified
:
boolean
,
session
?:
SessionContainer
,
userContext
?:
Record
<
string
,
any
>
,
)
=>
Promise
<
boolean
>
= Wrapper.isEmailChangeAllowed
Type declaration
(
recipeUserId
:
RecipeUserId
,
newEmail
:
string
,
isVerified
:
boolean
,
session
?:
SessionContainer
,
userContext
?:
Record
<
string
,
any
>
,
)
:
Promise
<
boolean
>
Parameters
recipeUserId
:
RecipeUserId
newEmail
:
string
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...