Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
OTPVerificationFormProps
Interface OTPVerificationFormProps
interface
OTPVerificationFormProps
{
contact
?:
string
;
customMessages
?:
Partial
<
MFAMessages
>
;
factorType
:
FactorTypeEnum
;
isConfirming
:
boolean
;
onBack
?:
()
=>
void
;
onConfirmOtp
:
(
otpCode
:
string
)
=>
Promise
<
void
>
;
readOnly
?:
boolean
;
schema
?:
object
;
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
;
}
Hierarchy
SharedComponentProps
<
MFAMessages
,
UserMFAMgmtClasses
>
OTPVerificationFormProps
Index
Properties
contact?
custom
Messages?
factor
Type
is
Confirming
on
Back?
on
Confirm
Otp
read
Only?
schema?
styling?
Properties
Optional
contact
contact
?:
string
Optional
custom
Messages
customMessages
?:
Partial
<
MFAMessages
>
factor
Type
factorType
:
FactorTypeEnum
is
Confirming
isConfirming
:
boolean
Optional
on
Back
onBack
?:
()
=>
void
on
Confirm
Otp
onConfirmOtp
:
(
otpCode
:
string
)
=>
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
contact
custom
Messages
factor
Type
is
Confirming
on
Back
on
Confirm
Otp
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...