Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
OTPVerificationFormProps
Interface OTPVerificationFormProps
interface
OTPVerificationFormProps
{
authenticationMethodId
:
string
;
authSession
:
string
;
confirmEnrollment
:
(
factorType
:
MFAType
,
authSession
:
string
,
authenticationMethodId
:
string
,
options
:
{
userOtpCode
?:
string
}
,
)
=>
Promise
<
unknown
>
;
contact
?:
string
;
customMessages
?:
Partial
<
MFAMessages
>
;
factorType
:
MFAType
;
onBack
?:
()
=>
void
;
onClose
:
()
=>
void
;
onError
:
(
error
:
Error
,
stage
:
"confirm"
)
=>
void
;
onSuccess
:
()
=>
void
;
oobCode
?:
string
;
readOnly
?:
boolean
;
recoveryCode
?:
string
;
schema
?:
object
;
styling
?:
ComponentStyling
<
UserMFAMgmtClasses
>
;
}
Hierarchy
SharedComponentProps
<
MFAMessages
,
UserMFAMgmtClasses
>
OTPVerificationFormProps
Index
Properties
authentication
Method
Id
auth
Session
confirm
Enrollment
contact?
custom
Messages?
factor
Type
on
Back?
on
Close
on
Error
on
Success
oob
Code?
read
Only?
recovery
Code?
schema?
styling?
Properties
authentication
Method
Id
authenticationMethodId
:
string
auth
Session
authSession
:
string
confirm
Enrollment
confirmEnrollment
:
(
factorType
:
MFAType
,
authSession
:
string
,
authenticationMethodId
:
string
,
options
:
{
userOtpCode
?:
string
}
,
)
=>
Promise
<
unknown
>
Optional
contact
contact
?:
string
Optional
custom
Messages
customMessages
?:
Partial
<
MFAMessages
>
factor
Type
factorType
:
MFAType
Optional
on
Back
onBack
?:
()
=>
void
on
Close
onClose
:
()
=>
void
on
Error
onError
:
(
error
:
Error
,
stage
:
"confirm"
)
=>
void
on
Success
onSuccess
:
()
=>
void
Optional
oob
Code
oobCode
?:
string
Optional
read
Only
readOnly
?:
boolean
Optional
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
authentication
Method
Id
auth
Session
confirm
Enrollment
contact
custom
Messages
factor
Type
on
Back
on
Close
on
Error
on
Success
oob
Code
read
Only
recovery
Code
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...