Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
DomainVerifyModalProps
Interface DomainVerifyModalProps
interface
DomainVerifyModalProps
{
className
?:
string
;
customMessages
?:
Partial
<
DomainVerifyMessages
>
;
domain
:
Domain
|
null
;
error
?:
string
;
isLoading
?:
boolean
;
isOpen
:
boolean
;
onClose
:
()
=>
void
;
onDelete
:
(
domain
:
Domain
)
=>
void
;
onVerify
:
(
domain
:
Domain
)
=>
void
;
translatorKey
?:
string
;
}
Index
Properties
class
Name?
custom
Messages?
domain
error?
is
Loading?
is
Open
on
Close
on
Delete
on
Verify
translator
Key?
Properties
Optional
class
Name
className
?:
string
Optional
custom
Messages
customMessages
?:
Partial
<
DomainVerifyMessages
>
domain
domain
:
Domain
|
null
Optional
error
error
?:
string
Optional
is
Loading
isLoading
?:
boolean
is
Open
isOpen
:
boolean
on
Close
onClose
:
()
=>
void
on
Delete
onDelete
:
(
domain
:
Domain
)
=>
void
on
Verify
onVerify
:
(
domain
:
Domain
)
=>
void
Optional
translator
Key
translatorKey
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
custom
Messages
domain
error
is
Loading
is
Open
on
Close
on
Delete
on
Verify
translator
Key
GitHub
Auth0
Auth0 Universal Components
Loading...