Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UserMFAOptions
Interface UserMFAOptions
interface
UserMFAOptions
{
customMessages
?:
Partial
<
MFAMessages
>
;
disableDelete
?:
boolean
;
factorConfig
?:
Partial
<
Record
<
FactorTypeEnum
,
FactorConfigOptions
>
>
;
onBeforeAction
?:
(
action
:
"enroll"
|
"delete"
|
"confirm"
,
factorType
:
FactorTypeEnum
,
)
=>
boolean
|
Promise
<
boolean
>
;
onDelete
?:
()
=>
void
;
onEnroll
?:
()
=>
void
;
onErrorAction
?:
(
error
:
Error
,
action
:
"enroll"
|
"delete"
|
"confirm"
,
)
=>
void
;
onFetch
?:
()
=>
void
;
readOnly
?:
boolean
;
showActiveOnly
?:
boolean
;
}
Index
Properties
custom
Messages?
disable
Delete?
factor
Config?
on
Before
Action?
on
Delete?
on
Enroll?
on
Error
Action?
on
Fetch?
read
Only?
show
Active
Only?
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
MFAMessages
>
Optional
disable
Delete
disableDelete
?:
boolean
Optional
factor
Config
factorConfig
?:
Partial
<
Record
<
FactorTypeEnum
,
FactorConfigOptions
>
>
Optional
on
Before
Action
onBeforeAction
?:
(
action
:
"enroll"
|
"delete"
|
"confirm"
,
factorType
:
FactorTypeEnum
,
)
=>
boolean
|
Promise
<
boolean
>
Optional
on
Delete
onDelete
?:
()
=>
void
Optional
on
Enroll
onEnroll
?:
()
=>
void
Optional
on
Error
Action
onErrorAction
?:
(
error
:
Error
,
action
:
"enroll"
|
"delete"
|
"confirm"
)
=>
void
Optional
on
Fetch
onFetch
?:
()
=>
void
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
disable
Delete
factor
Config
on
Before
Action
on
Delete
on
Enroll
on
Error
Action
on
Fetch
read
Only
show
Active
Only
GitHub
Auth0
Auth0 Universal Components
Loading...