Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
ProviderDetailsProps
Interface ProviderDetailsProps
interface
ProviderDetailsProps
{
className
?:
string
;
customMessages
?:
Partial
<
ProviderDetailsMessages
>
;
hideHeader
?:
boolean
;
initialData
?:
Partial
<
{
display_name
:
string
;
name
:
string
}
>
;
mode
:
"edit"
|
"create"
;
onFormDirty
?:
(
isDirty
:
boolean
)
=>
void
;
readOnly
?:
boolean
;
schema
?:
object
;
styling
?:
ComponentStyling
<
SsoProviderCreateClasses
>
;
}
Hierarchy
SharedComponentProps
<
ProviderDetailsMessages
,
SsoProviderCreateClasses
>
ProviderDetailsProps
Index
Properties
class
Name?
custom
Messages?
hide
Header?
initial
Data?
mode
on
Form
Dirty?
read
Only?
schema?
styling?
Properties
Optional
class
Name
className
?:
string
Optional
custom
Messages
customMessages
?:
Partial
<
ProviderDetailsMessages
>
Optional
hide
Header
hideHeader
?:
boolean
Optional
initial
Data
initialData
?:
Partial
<
{
display_name
:
string
;
name
:
string
}
>
mode
mode
:
"edit"
|
"create"
Optional
on
Form
Dirty
onFormDirty
?:
(
isDirty
:
boolean
)
=>
void
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
object
Optional
styling
styling
?:
ComponentStyling
<
SsoProviderCreateClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
custom
Messages
hide
Header
initial
Data
mode
on
Form
Dirty
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...