Auth0 Universal Components
GitHub
Auth0
Preparing search index...
core/src
SsoProviderTableMessages
Interface SsoProviderTableMessages
interface
SsoProviderTableMessages
{
create_consent_modal
?:
{
actions
?:
{
cancel_button_text
?:
string
;
process_button_text
?:
string
}
;
description
?:
string
;
title
?:
string
;
}
;
delete_modal
?:
SsoProvideDeleteMessages
;
header
?:
{
create_button_text
?:
string
;
description
?:
string
;
title
?:
string
;
}
;
notifications
?:
{
domain_associate_provider
?:
{
error
?:
string
;
on_before
?:
string
;
success
?:
string
;
}
;
domain_create
?:
{
error
?:
string
;
on_before
?:
string
;
success
?:
string
}
;
domain_delete
?:
{
error
?:
string
;
success
?:
string
}
;
domain_delete_provider
?:
{
error
?:
string
;
on_before
?:
string
;
success
?:
string
;
}
;
domain_verify
?:
{
error
?:
string
;
on_before
?:
string
;
success
?:
string
;
verification_failed
?:
string
;
}
;
fetch_domains_error
?:
string
;
fetch_providers_error
?:
string
;
general_error
?:
string
;
}
;
remove_modal
?:
{
actions
?:
{
cancel_button_text
?:
string
;
remove_button_text
?:
string
}
;
description
?:
string
;
model_content
?:
SsoProviderDeleteModalContentMessages
;
title
?:
string
;
}
;
table
?:
{
actions
?:
{
delete_button_text
?:
string
;
edit_button_text
?:
string
;
remove_button_text
?:
string
;
}
;
columns
?:
{
display_name
?:
string
;
identity_provider
?:
string
;
name
?:
string
;
}
;
empty_message
?:
string
;
}
;
}
Index
Properties
create_
consent_
modal?
delete_
modal?
header?
notifications?
remove_
modal?
table?
Properties
Optional
create_
consent_
modal
create_consent_modal
?:
{
actions
?:
{
cancel_button_text
?:
string
;
process_button_text
?:
string
}
;
description
?:
string
;
title
?:
string
;
}
Optional
delete_
modal
delete_modal
?:
SsoProvideDeleteMessages
Optional
header
header
?:
{
create_button_text
?:
string
;
description
?:
string
;
title
?:
string
}
Optional
notifications
notifications
?:
{
domain_associate_provider
?:
{
error
?:
string
;
on_before
?:
string
;
success
?:
string
;
}
;
domain_create
?:
{
error
?:
string
;
on_before
?:
string
;
success
?:
string
}
;
domain_delete
?:
{
error
?:
string
;
success
?:
string
}
;
domain_delete_provider
?:
{
error
?:
string
;
on_before
?:
string
;
success
?:
string
;
}
;
domain_verify
?:
{
error
?:
string
;
on_before
?:
string
;
success
?:
string
;
verification_failed
?:
string
;
}
;
fetch_domains_error
?:
string
;
fetch_providers_error
?:
string
;
general_error
?:
string
;
}
Optional
remove_
modal
remove_modal
?:
{
actions
?:
{
cancel_button_text
?:
string
;
remove_button_text
?:
string
}
;
description
?:
string
;
model_content
?:
SsoProviderDeleteModalContentMessages
;
title
?:
string
;
}
Optional
table
table
?:
{
actions
?:
{
delete_button_text
?:
string
;
edit_button_text
?:
string
;
remove_button_text
?:
string
;
}
;
columns
?:
{
display_name
?:
string
;
identity_provider
?:
string
;
name
?:
string
;
}
;
empty_message
?:
string
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create_
consent_
modal
delete_
modal
header
notifications
remove_
modal
table
GitHub
Auth0
Auth0 Universal Components
Loading...