Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
SsoProviderCreateProps
Interface SsoProviderCreateProps
interface
SsoProviderCreateProps
{
backButton
?:
SsoProviderCreateBackButton
;
createAction
:
ComponentAction
<
CreateIdentityProviderRequestContentPrivate
,
IdpKnownResponse
,
>
;
customMessages
?:
Partial
<
SsoProviderCreateMessages
>
;
onNext
?:
(
stepId
:
string
,
values
:
Partial
<
SsoProviderFormValues
>
,
)
=>
boolean
;
onPrevious
?:
(
stepId
:
string
,
values
:
Partial
<
SsoProviderFormValues
>
,
)
=>
boolean
;
readOnly
?:
boolean
;
schema
?:
Partial
<
SsoProviderSchema
>
;
styling
?:
ComponentStyling
<
SsoProviderCreateClasses
>
;
}
Hierarchy
SharedComponentProps
<
SsoProviderCreateMessages
,
SsoProviderCreateClasses
,
SsoProviderSchema
,
>
SsoProviderCreateProps
Index
Properties
back
Button?
create
Action
custom
Messages?
on
Next?
on
Previous?
read
Only?
schema?
styling?
Properties
Optional
back
Button
backButton
?:
SsoProviderCreateBackButton
create
Action
createAction
:
ComponentAction
<
CreateIdentityProviderRequestContentPrivate
,
IdpKnownResponse
,
>
Optional
custom
Messages
customMessages
?:
Partial
<
SsoProviderCreateMessages
>
Optional
on
Next
onNext
?:
(
stepId
:
string
,
values
:
Partial
<
SsoProviderFormValues
>
)
=>
boolean
Optional
on
Previous
onPrevious
?:
(
stepId
:
string
,
values
:
Partial
<
SsoProviderFormValues
>
)
=>
boolean
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
Partial
<
SsoProviderSchema
>
Optional
styling
styling
?:
ComponentStyling
<
SsoProviderCreateClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
back
Button
create
Action
custom
Messages
on
Next
on
Previous
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...