Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
QRCodeEnrollmentFormProps
Interface QRCodeEnrollmentFormProps
interface
QRCodeEnrollmentFormProps
{
barcodeUri
:
string
;
customMessages
?:
Partial
<
MFAMessages
>
;
factorType
:
FactorTypeEnum
;
isConfirming
:
boolean
;
isEnrolling
:
boolean
;
manualInputCode
:
string
;
onClose
:
()
=>
void
;
onConfirmOtp
:
(
otpCode
:
string
)
=>
Promise
<
void
>
;
onContinueQR
:
()
=>
Promise
<
void
>
;
readOnly
?:
boolean
;
schema
?:
object
;
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
;
}
Hierarchy
SharedComponentProps
<
MFAMessages
,
UserMFAMgmtClasses
>
QRCodeEnrollmentFormProps
Index
Properties
barcode
Uri
custom
Messages?
factor
Type
is
Confirming
is
Enrolling
manual
Input
Code
on
Close
on
Confirm
Otp
on
Continue
QR
read
Only?
schema?
styling?
Properties
barcode
Uri
barcodeUri
:
string
Optional
custom
Messages
customMessages
?:
Partial
<
MFAMessages
>
factor
Type
factorType
:
FactorTypeEnum
is
Confirming
isConfirming
:
boolean
is
Enrolling
isEnrolling
:
boolean
manual
Input
Code
manualInputCode
:
string
on
Close
onClose
:
()
=>
void
on
Confirm
Otp
onConfirmOtp
:
(
otpCode
:
string
)
=>
Promise
<
void
>
on
Continue
QR
onContinueQR
:
()
=>
Promise
<
void
>
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
barcode
Uri
custom
Messages
factor
Type
is
Confirming
is
Enrolling
manual
Input
Code
on
Close
on
Confirm
Otp
on
Continue
QR
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...