supertokens-node
Preparing search index...
recipe/webauthn
getUserFromRecoverAccountToken
Variable getUserFromRecoverAccountToken
getUserFromRecoverAccountToken
:
(
input
:
{
tenantId
:
string
;
token
:
string
;
userContext
?:
Record
<
string
,
any
>
;
}
,
)
=>
Promise
<
|
GetUserFromRecoverAccountTokenErrorResponse
|
{
recipeUserId
?:
RecipeUserId
;
status
:
"OK"
;
user
:
User
}
,
>
= Wrapper.getUserFromRecoverAccountToken
Type declaration
(
input
:
{
tenantId
:
string
;
token
:
string
;
userContext
?:
Record
<
string
,
any
>
;
}
,
)
:
Promise
<
|
GetUserFromRecoverAccountTokenErrorResponse
|
{
recipeUserId
?:
RecipeUserId
;
status
:
"OK"
;
user
:
User
}
,
>
Parameters
input
:
{
tenantId
:
string
;
token
:
string
;
userContext
?:
Record
<
string
,
any
>
}
Returns
Promise
<
|
GetUserFromRecoverAccountTokenErrorResponse
|
{
recipeUserId
?:
RecipeUserId
;
status
:
"OK"
;
user
:
User
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supertokens-node
Loading...