Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
ContactInputFormProps
Interface ContactInputFormProps
interface
ContactInputFormProps
{
contact
:
string
;
customMessages
?:
Partial
<
MFAMessages
>
;
factorType
:
FactorTypeEnum
;
isConfirming
:
boolean
;
isEnrolling
:
boolean
;
onClose
:
()
=>
void
;
onConfirmOtp
:
(
otpCode
:
string
)
=>
Promise
<
void
>
;
onSubmitContact
:
(
options
:
Record
<
string
,
string
>
)
=>
Promise
<
boolean
>
;
readOnly
?:
boolean
;
schema
?:
Partial
<
{
email
?:
RegExp
;
phone
?:
RegExp
}
>
;
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
;
}
Hierarchy
SharedComponentProps
<
MFAMessages
,
UserMFAMgmtClasses
,
{
email
?:
RegExp
;
phone
?:
RegExp
}
,
>
ContactInputFormProps
Index
Properties
contact
custom
Messages?
factor
Type
is
Confirming
is
Enrolling
on
Close
on
Confirm
Otp
on
Submit
Contact
read
Only?
schema?
styling?
Properties
contact
contact
:
string
Optional
custom
Messages
customMessages
?:
Partial
<
MFAMessages
>
factor
Type
factorType
:
FactorTypeEnum
is
Confirming
isConfirming
:
boolean
is
Enrolling
isEnrolling
:
boolean
on
Close
onClose
:
()
=>
void
on
Confirm
Otp
onConfirmOtp
:
(
otpCode
:
string
)
=>
Promise
<
void
>
on
Submit
Contact
onSubmitContact
:
(
options
:
Record
<
string
,
string
>
)
=>
Promise
<
boolean
>
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
Partial
<
{
email
?:
RegExp
;
phone
?:
RegExp
}
>
Optional
styling
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contact
custom
Messages
factor
Type
is
Confirming
is
Enrolling
on
Close
on
Confirm
Otp
on
Submit
Contact
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...