Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseSsoProviderCreateHookOptions
Interface UseSsoProviderCreateHookOptions
interface
UseSsoProviderCreateHookOptions
{
createAction
?:
ComponentAction
<
CreateIdentityProviderRequestContentPrivate
,
IdpKnownResponse
,
>
;
customMessages
?:
Partial
<
SsoProviderCreateMessages
>
;
onNext
?:
(
stepId
:
string
,
values
:
Partial
<
FormState
>
)
=>
boolean
;
onPrevious
?:
(
stepId
:
string
,
values
:
Partial
<
FormState
>
)
=>
boolean
;
}
Hierarchy (
View Summary
)
UseSsoProviderCreateOptions
UseSsoProviderCreateHookOptions
Index
Properties
create
Action?
custom
Messages?
on
Next?
on
Previous?
Properties
Optional
create
Action
createAction
?:
ComponentAction
<
CreateIdentityProviderRequestContentPrivate
,
IdpKnownResponse
,
>
Optional
custom
Messages
customMessages
?:
Partial
<
SsoProviderCreateMessages
>
Optional
on
Next
onNext
?:
(
stepId
:
string
,
values
:
Partial
<
FormState
>
)
=>
boolean
Optional
on
Previous
onPrevious
?:
(
stepId
:
string
,
values
:
Partial
<
FormState
>
)
=>
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Action
custom
Messages
on
Next
on
Previous
GitHub
Auth0
Auth0 Universal Components
Loading...