Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
DeleteFactorConfirmationProps
Interface DeleteFactorConfirmationProps
interface
DeleteFactorConfirmationProps
{
customMessages
?:
Partial
<
MFAMessages
>
;
factorToDelete
:
{
id
:
string
;
type
:
MFAType
}
|
null
;
isDeletingFactor
:
boolean
;
onCancel
:
()
=>
void
;
onConfirm
:
(
factorId
:
string
)
=>
void
;
onOpenChange
:
(
open
:
boolean
)
=>
void
;
open
:
boolean
;
readOnly
?:
boolean
;
schema
?:
object
;
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
;
}
Hierarchy
SharedComponentProps
<
MFAMessages
,
UserMFAMgmtClasses
>
DeleteFactorConfirmationProps
Index
Properties
custom
Messages?
factor
To
Delete
is
Deleting
Factor
on
Cancel
on
Confirm
on
Open
Change
open
read
Only?
schema?
styling?
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
MFAMessages
>
factor
To
Delete
factorToDelete
:
{
id
:
string
;
type
:
MFAType
}
|
null
is
Deleting
Factor
isDeletingFactor
:
boolean
on
Cancel
onCancel
:
()
=>
void
on
Confirm
onConfirm
:
(
factorId
:
string
)
=>
void
on
Open
Change
onOpenChange
:
(
open
:
boolean
)
=>
void
open
open
:
boolean
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
object
Optional
styling
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Messages
factor
To
Delete
is
Deleting
Factor
on
Cancel
on
Confirm
on
Open
Change
open
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...