Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
ShowRecoveryCodeProps
Interface ShowRecoveryCodeProps
interface
ShowRecoveryCodeProps
{
customMessages
?:
Partial
<
MFAMessages
>
;
isConfirming
:
boolean
;
isEnrolling
:
boolean
;
onClose
:
()
=>
void
;
onConfirmRecoveryCode
:
()
=>
Promise
<
void
>
;
readOnly
?:
boolean
;
recoveryCode
:
string
;
schema
?:
object
;
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
;
}
Hierarchy
SharedComponentProps
<
MFAMessages
,
UserMFAMgmtClasses
>
ShowRecoveryCodeProps
Index
Properties
custom
Messages?
is
Confirming
is
Enrolling
on
Close
on
Confirm
Recovery
Code
read
Only?
recovery
Code
schema?
styling?
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
MFAMessages
>
is
Confirming
isConfirming
:
boolean
is
Enrolling
isEnrolling
:
boolean
on
Close
onClose
:
()
=>
void
on
Confirm
Recovery
Code
onConfirmRecoveryCode
:
()
=>
Promise
<
void
>
Optional
read
Only
readOnly
?:
boolean
recovery
Code
recoveryCode
:
string
Optional
schema
schema
?:
object
Optional
styling
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Messages
is
Confirming
is
Enrolling
on
Close
on
Confirm
Recovery
Code
read
Only
recovery
Code
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...