Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
SsoDomainsTabEditProps
Interface SsoDomainsTabEditProps
interface
SsoDomainsTabEditProps
{
associateToProviderAction
?:
ComponentAction
<
Domain
,
IdpKnownResponse
|
null
,
>
;
createAction
?:
ComponentAction
<
Domain
,
void
>
;
deleteAction
?:
ComponentAction
<
Domain
,
void
>
;
deleteFromProviderAction
?:
ComponentAction
<
Domain
,
IdpKnownResponse
|
null
>
;
verifyAction
?:
ComponentAction
<
Domain
,
void
>
;
}
Index
Properties
associate
To
Provider
Action?
create
Action?
delete
Action?
delete
From
Provider
Action?
verify
Action?
Properties
Optional
associate
To
Provider
Action
associateToProviderAction
?:
ComponentAction
<
Domain
,
IdpKnownResponse
|
null
>
Optional
create
Action
createAction
?:
ComponentAction
<
Domain
,
void
>
Optional
delete
Action
deleteAction
?:
ComponentAction
<
Domain
,
void
>
Optional
delete
From
Provider
Action
deleteFromProviderAction
?:
ComponentAction
<
Domain
,
IdpKnownResponse
|
null
>
Optional
verify
Action
verifyAction
?:
ComponentAction
<
Domain
,
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
associate
To
Provider
Action
create
Action
delete
Action
delete
From
Provider
Action
verify
Action
GitHub
Auth0
Auth0 Universal Components
Loading...