Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
SsoProviderDeleteProps
Interface SsoProviderDeleteProps
Props for SsoProviderDelete component.
interface
SsoProviderDeleteProps
{
customMessages
?:
Partial
<
SsoProvideDeleteMessages
>
;
isLoading
?:
boolean
;
onDelete
:
(
provider
:
IdpKnownResponse
)
=>
Promise
<
void
>
;
provider
:
IdpKnownResponse
;
readOnly
?:
boolean
;
schema
?:
Partial
<
SsoProviderDeleteSchema
>
;
styling
?:
ComponentStyling
<
SsoProviderDeleteClasses
>
;
}
Hierarchy
SharedComponentProps
<
SsoProvideDeleteMessages
,
SsoProviderDeleteClasses
,
SsoProviderDeleteSchema
,
>
SsoProviderDeleteProps
Index
Properties
custom
Messages?
is
Loading?
on
Delete
provider
read
Only?
schema?
styling?
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
SsoProvideDeleteMessages
>
Optional
is
Loading
isLoading
?:
boolean
on
Delete
onDelete
:
(
provider
:
IdpKnownResponse
)
=>
Promise
<
void
>
provider
provider
:
IdpKnownResponse
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
Partial
<
SsoProviderDeleteSchema
>
Optional
styling
styling
?:
ComponentStyling
<
SsoProviderDeleteClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Messages
is
Loading
on
Delete
provider
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...
Props for SsoProviderDelete component.