Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
SsoProviderRemoveFromOrganizationProps
Interface SsoProviderRemoveFromOrganizationProps
Props for SsoProviderRemoveFromOrganization.
interface
SsoProviderRemoveFromOrganizationProps
{
customMessages
?:
Partial
<
SsoProvideRemoveMessages
>
;
isLoading
?:
boolean
;
onRemove
:
(
provider
:
IdpKnownResponse
)
=>
Promise
<
void
>
;
organizationName
:
string
|
undefined
;
provider
:
IdpKnownResponse
;
readOnly
?:
boolean
;
schema
?:
Partial
<
SsoProviderDeleteSchema
>
;
styling
?:
ComponentStyling
<
SsoProviderRemoveClasses
>
;
}
Hierarchy
SharedComponentProps
<
SsoProvideRemoveMessages
,
SsoProviderRemoveClasses
,
SsoProviderDeleteSchema
,
>
SsoProviderRemoveFromOrganizationProps
Index
Properties
custom
Messages?
is
Loading?
on
Remove
organization
Name
provider
read
Only?
schema?
styling?
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
SsoProvideRemoveMessages
>
Optional
is
Loading
isLoading
?:
boolean
on
Remove
onRemove
:
(
provider
:
IdpKnownResponse
)
=>
Promise
<
void
>
organization
Name
organizationName
:
string
|
undefined
provider
provider
:
IdpKnownResponse
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
Partial
<
SsoProviderDeleteSchema
>
Optional
styling
styling
?:
ComponentStyling
<
SsoProviderRemoveClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Messages
is
Loading
on
Remove
organization
Name
provider
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...
Props for SsoProviderRemoveFromOrganization.