Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseUserMFAServiceReturn
Interface UseUserMFAServiceReturn
Return type of useUserMFAService hook.
interface
UseUserMFAServiceReturn
{
deleteMutation
:
UseMutationResult
<
void
,
Error
,
string
>
;
enrollMutation
:
UseMutationResult
<
CreateAuthenticationMethodResponseContent
,
Error
,
{
factorType
:
FactorTypeEnum
;
options
?:
EnrollOptions
}
,
>
;
factorsQuery
:
UseQueryResult
<
Record
<
FactorTypeEnum
,
Authenticator
[]
>
>
;
verifyMutation
:
UseMutationResult
<
VerifyAuthenticationMethodResponseContent
,
Error
,
{
authenticationMethodId
:
string
;
authSession
:
string
;
factorType
:
FactorTypeEnum
;
options
:
ConfirmEnrollmentOptions
;
}
,
>
;
}
Index
Properties
delete
Mutation
enroll
Mutation
factors
Query
verify
Mutation
Properties
delete
Mutation
deleteMutation
:
UseMutationResult
<
void
,
Error
,
string
>
enroll
Mutation
enrollMutation
:
UseMutationResult
<
CreateAuthenticationMethodResponseContent
,
Error
,
{
factorType
:
FactorTypeEnum
;
options
?:
EnrollOptions
}
,
>
factors
Query
factorsQuery
:
UseQueryResult
<
Record
<
FactorTypeEnum
,
Authenticator
[]
>
>
verify
Mutation
verifyMutation
:
UseMutationResult
<
VerifyAuthenticationMethodResponseContent
,
Error
,
{
authenticationMethodId
:
string
;
authSession
:
string
;
factorType
:
FactorTypeEnum
;
options
:
ConfirmEnrollmentOptions
;
}
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delete
Mutation
enroll
Mutation
factors
Query
verify
Mutation
GitHub
Auth0
Auth0 Universal Components
Loading...
Return type of useUserMFAService hook.