Auth0 Universal Components
GitHub
Auth0
Preparing search index...
core/src
SsoProviderCreateMessages
Interface SsoProviderCreateMessages
interface
SsoProviderCreateMessages
{
completeButtonLabel
?:
string
;
header
?:
{
back_button_text
?:
string
;
title
?:
string
}
;
nextButtonLabel
?:
string
;
notifications
?:
{
general_error
?:
string
;
provider_create_duplicated_provider_error
?:
string
;
provider_create_success
?:
string
;
}
;
previousButtonLabel
?:
string
;
provider_configure
?:
ProviderConfigureMessages
;
provider_details
?:
ProviderDetailsMessages
;
provider_select
?:
ProviderSelectMessages
;
}
Index
Properties
complete
Button
Label?
header?
next
Button
Label?
notifications?
previous
Button
Label?
provider_
configure?
provider_
details?
provider_
select?
Properties
Optional
complete
Button
Label
completeButtonLabel
?:
string
Optional
header
header
?:
{
back_button_text
?:
string
;
title
?:
string
}
Optional
next
Button
Label
nextButtonLabel
?:
string
Optional
notifications
notifications
?:
{
general_error
?:
string
;
provider_create_duplicated_provider_error
?:
string
;
provider_create_success
?:
string
;
}
Optional
previous
Button
Label
previousButtonLabel
?:
string
Optional
provider_
configure
provider_configure
?:
ProviderConfigureMessages
Optional
provider_
details
provider_details
?:
ProviderDetailsMessages
Optional
provider_
select
provider_select
?:
ProviderSelectMessages
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
Button
Label
header
next
Button
Label
notifications
previous
Button
Label
provider_
configure
provider_
details
provider_
select
GitHub
Auth0
Auth0 Universal Components
Loading...