Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
UseDomainTableResult
Interface UseDomainTableResult
interface
UseDomainTableResult
{
customMessages
?:
Partial
<
Record
<
string
,
unknown
>
>
;
domains
:
Domain
[]
;
fetchDomains
:
()
=>
Promise
<
void
>
;
fetchProviders
:
(
domain
:
Domain
)
=>
Promise
<
void
>
;
isCreating
:
boolean
;
isDeleting
:
boolean
;
isFetching
:
boolean
;
isLoadingProviders
:
boolean
;
isVerifying
:
boolean
;
onAssociateToProvider
:
(
domain
:
Domain
,
provider
:
IdpKnownResponse
,
)
=>
Promise
<
void
>
;
onCreateDomain
:
(
data
:
CreateOrganizationDomainRequestContent
,
)
=>
Promise
<
Domain
|
null
>
;
onDeleteDomain
:
(
domain
:
Domain
)
=>
Promise
<
void
>
;
onDeleteFromProvider
:
(
domain
:
Domain
,
provider
:
IdpKnownResponse
,
)
=>
Promise
<
void
>
;
onVerifyDomain
:
(
data
:
Domain
)
=>
Promise
<
boolean
>
;
providers
:
IdentityProviderAssociatedWithDomain
[]
;
readOnly
?:
boolean
;
schema
?:
object
;
styling
?:
ComponentStyling
<
Record
<
string
,
string
|
undefined
>
>
;
}
Hierarchy
SharedComponentProps
UseDomainTableResult
Index
Properties
custom
Messages?
domains
fetch
Domains
fetch
Providers
is
Creating
is
Deleting
is
Fetching
is
Loading
Providers
is
Verifying
on
Associate
To
Provider
on
Create
Domain
on
Delete
Domain
on
Delete
From
Provider
on
Verify
Domain
providers
read
Only?
schema?
styling?
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
Record
<
string
,
unknown
>
>
domains
domains
:
Domain
[]
fetch
Domains
fetchDomains
:
()
=>
Promise
<
void
>
fetch
Providers
fetchProviders
:
(
domain
:
Domain
)
=>
Promise
<
void
>
is
Creating
isCreating
:
boolean
is
Deleting
isDeleting
:
boolean
is
Fetching
isFetching
:
boolean
is
Loading
Providers
isLoadingProviders
:
boolean
is
Verifying
isVerifying
:
boolean
on
Associate
To
Provider
onAssociateToProvider
:
(
domain
:
Domain
,
provider
:
IdpKnownResponse
,
)
=>
Promise
<
void
>
on
Create
Domain
onCreateDomain
:
(
data
:
CreateOrganizationDomainRequestContent
,
)
=>
Promise
<
Domain
|
null
>
on
Delete
Domain
onDeleteDomain
:
(
domain
:
Domain
)
=>
Promise
<
void
>
on
Delete
From
Provider
onDeleteFromProvider
:
(
domain
:
Domain
,
provider
:
IdpKnownResponse
,
)
=>
Promise
<
void
>
on
Verify
Domain
onVerifyDomain
:
(
data
:
Domain
)
=>
Promise
<
boolean
>
providers
providers
:
IdentityProviderAssociatedWithDomain
[]
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
object
Optional
styling
styling
?:
ComponentStyling
<
Record
<
string
,
string
|
undefined
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Messages
domains
fetch
Domains
fetch
Providers
is
Creating
is
Deleting
is
Fetching
is
Loading
Providers
is
Verifying
on
Associate
To
Provider
on
Create
Domain
on
Delete
Domain
on
Delete
From
Provider
on
Verify
Domain
providers
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...