supertokens-node
Preparing search index...
recipe/multifactorauth
markFactorAsCompleteInSession
Variable markFactorAsCompleteInSession
markFactorAsCompleteInSession
:
(
session
:
SessionContainer
,
factorId
:
string
,
userContext
?:
Record
<
string
,
any
>
,
)
=>
Promise
<
void
>
= Wrapper.markFactorAsCompleteInSession
Type declaration
(
session
:
SessionContainer
,
factorId
:
string
,
userContext
?:
Record
<
string
,
any
>
,
)
:
Promise
<
void
>
Parameters
session
:
SessionContainer
factorId
:
string
Optional
userContext
:
Record
<
string
,
any
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supertokens-node
Loading...