Auth0 Universal Components
GitHub
Auth0
Preparing search index...
core/src
MFAControllerInterface
Interface MFAControllerInterface
Interface for MFA controller.
interface
MFAControllerInterface
{
confirmEnrollment
(
factorType
:
string
,
authSession
:
string
,
authenticationMethodId
:
string
,
options
:
ConfirmEnrollmentOptions
,
)
:
Promise
<
VerifyAuthenticationMethodResponseContent
>
;
deleteFactor
(
authenticatorId
:
string
)
:
Promise
<
void
>
;
enrollFactor
(
factorType
:
string
,
options
?:
ArbitraryObject
,
)
:
Promise
<
CreateAuthenticationMethodResponseContent
>
;
fetchFactors
(
onlyActive
?:
boolean
)
:
Promise
<
ListFactorsResponseContent
>
;
}
Index
Methods
confirm
Enrollment
delete
Factor
enroll
Factor
fetch
Factors
Methods
confirm
Enrollment
confirmEnrollment
(
factorType
:
string
,
authSession
:
string
,
authenticationMethodId
:
string
,
options
:
ConfirmEnrollmentOptions
,
)
:
Promise
<
VerifyAuthenticationMethodResponseContent
>
Parameters
factorType
:
string
authSession
:
string
authenticationMethodId
:
string
options
:
ConfirmEnrollmentOptions
Returns
Promise
<
VerifyAuthenticationMethodResponseContent
>
delete
Factor
deleteFactor
(
authenticatorId
:
string
)
:
Promise
<
void
>
Parameters
authenticatorId
:
string
Returns
Promise
<
void
>
enroll
Factor
enrollFactor
(
factorType
:
string
,
options
?:
ArbitraryObject
,
)
:
Promise
<
CreateAuthenticationMethodResponseContent
>
Parameters
factorType
:
string
Optional
options
:
ArbitraryObject
Returns
Promise
<
CreateAuthenticationMethodResponseContent
>
fetch
Factors
fetchFactors
(
onlyActive
?:
boolean
)
:
Promise
<
ListFactorsResponseContent
>
Parameters
Optional
onlyActive
:
boolean
Returns
Promise
<
ListFactorsResponseContent
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
confirm
Enrollment
delete
Factor
enroll
Factor
fetch
Factors
GitHub
Auth0
Auth0 Universal Components
Loading...
Interface for MFA controller.