supertokens-node
Preparing search index...
recipe/multifactorauth
APIInterface
Type Alias APIInterface
type
APIInterface
=
{
resyncSessionAndFetchMFAInfoPUT
:
|
undefined
|
(
(
input
:
{
options
:
APIOptions
;
session
:
SessionContainer
;
userContext
:
UserContext
;
}
,
)
=>
Promise
<
|
{
emails
:
Record
<
string
,
string
[]
|
undefined
>
;
factors
:
{
allowedToSetup
:
string
[]
;
alreadySetup
:
string
[]
;
next
:
string
[]
;
}
;
phoneNumbers
:
Record
<
string
,
string
[]
|
undefined
>
;
status
:
"OK"
;
}
|
GeneralErrorResponse
,
>
)
;
}
Index
Properties
resync
Session
And
FetchMFAInfoPUT
Properties
resync
Session
And
FetchMFAInfoPUT
resyncSessionAndFetchMFAInfoPUT
:
|
undefined
|
(
(
input
:
{
options
:
APIOptions
;
session
:
SessionContainer
;
userContext
:
UserContext
;
}
,
)
=>
Promise
<
|
{
emails
:
Record
<
string
,
string
[]
|
undefined
>
;
factors
:
{
allowedToSetup
:
string
[]
;
alreadySetup
:
string
[]
;
next
:
string
[]
;
}
;
phoneNumbers
:
Record
<
string
,
string
[]
|
undefined
>
;
status
:
"OK"
;
}
|
GeneralErrorResponse
,
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
resync
Session
And
FetchMFAInfoPUT
supertokens-node
Loading...