supertokens-node
Preparing search index...
recipe/accountlinking
unlinkAccount
Variable unlinkAccount
Const
unlinkAccount
:
(
recipeUserId
:
RecipeUserId
,
userContext
?:
Record
<
string
,
any
>
,
)
=>
Promise
<
{
status
:
"OK"
;
wasLinked
:
boolean
;
wasRecipeUserDeleted
:
boolean
}
,
>
= Wrapper.unlinkAccount
Type declaration
(
recipeUserId
:
RecipeUserId
,
userContext
?:
Record
<
string
,
any
>
,
)
:
Promise
<
{
status
:
"OK"
;
wasLinked
:
boolean
;
wasRecipeUserDeleted
:
boolean
}
,
>
Parameters
recipeUserId
:
RecipeUserId
Optional
userContext
:
Record
<
string
,
any
>
Returns
Promise
<
{
status
:
"OK"
;
wasLinked
:
boolean
;
wasRecipeUserDeleted
:
boolean
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supertokens-node
Loading...