Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
SsoProviderTabEditProps
Interface SsoProviderTabEditProps
SSO provider tab edit action props.
interface
SsoProviderTabEditProps
{
deleteAction
:
ComponentAction
<
IdpKnownResponse
,
void
>
;
deleteFromOrganizationAction
:
ComponentAction
<
IdpKnownResponse
,
void
>
;
updateAction
?:
ComponentAction
<
IdpKnownResponse
,
IdpKnownResponse
>
;
}
Index
Properties
delete
Action
delete
From
Organization
Action
update
Action?
Properties
delete
Action
deleteAction
:
ComponentAction
<
IdpKnownResponse
,
void
>
delete
From
Organization
Action
deleteFromOrganizationAction
:
ComponentAction
<
IdpKnownResponse
,
void
>
Optional
update
Action
updateAction
?:
ComponentAction
<
IdpKnownResponse
,
IdpKnownResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delete
Action
delete
From
Organization
Action
update
Action
GitHub
Auth0
Auth0 Universal Components
Loading...
SSO provider tab edit action props.