Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
UseDomainTableLogicOptions
Interface UseDomainTableLogicOptions
interface
UseDomainTableLogicOptions
{
fetchDomains
:
()
=>
Promise
<
void
>
;
fetchProviders
:
(
domain
:
Domain
)
=>
Promise
<
void
>
;
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
>
;
t
:
EnhancedTranslationFunction
;
}
Index
Properties
fetch
Domains
fetch
Providers
on
Associate
To
Provider
on
Create
Domain
on
Delete
Domain
on
Delete
From
Provider
on
Verify
Domain
t
Properties
fetch
Domains
fetchDomains
:
()
=>
Promise
<
void
>
fetch
Providers
fetchProviders
:
(
domain
:
Domain
)
=>
Promise
<
void
>
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
>
t
t
:
EnhancedTranslationFunction
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Domains
fetch
Providers
on
Associate
To
Provider
on
Create
Domain
on
Delete
Domain
on
Delete
From
Provider
on
Verify
Domain
t
GitHub
Auth0
Auth0 Universal Components
Loading...