Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseUserMFAOptions
Interface UseUserMFAOptions
Options for useUserMFA hook.
interface
UseUserMFAOptions
{
customMessages
?:
Partial
<
UserMfaManagementMessages
>
;
deleteAction
?:
ComponentAction
<
FactorTypeEnum
,
void
>
;
disableDelete
?:
boolean
;
enrollAction
?:
ComponentAction
<
FactorTypeEnum
,
void
>
;
factorConfig
?:
FactorConfig
;
readOnly
?:
boolean
;
showActiveOnly
?:
boolean
;
}
Index
Properties
custom
Messages?
delete
Action?
disable
Delete?
enroll
Action?
factor
Config?
read
Only?
show
Active
Only?
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
UserMfaManagementMessages
>
Optional
delete
Action
deleteAction
?:
ComponentAction
<
FactorTypeEnum
,
void
>
Optional
disable
Delete
disableDelete
?:
boolean
Optional
enroll
Action
enrollAction
?:
ComponentAction
<
FactorTypeEnum
,
void
>
Optional
factor
Config
factorConfig
?:
FactorConfig
Optional
read
Only
readOnly
?:
boolean
Optional
show
Active
Only
showActiveOnly
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Messages
delete
Action
disable
Delete
enroll
Action
factor
Config
read
Only
show
Active
Only
GitHub
Auth0
Auth0 Universal Components
Loading...
Options for useUserMFA hook.