Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
SsoProviderCreateHandlerProps
Interface SsoProviderCreateHandlerProps
interface
SsoProviderCreateHandlerProps
{
configureRef
:
RefObject
<
ProviderConfigureHandle
|
null
>
;
createStepActions
:
(
stepId
:
"provider_details"
|
"provider_configure"
,
ref
:
RefObject
<
ProviderConfigureHandle
|
ProviderDetailsFormHandle
|
null
>
,
)
=>
{
onNextAction
:
()
=>
Promise
<
boolean
>
;
onPreviousAction
:
()
=>
Promise
<
boolean
>
;
}
;
detailsRef
:
RefObject
<
ProviderDetailsFormHandle
|
null
>
;
handleCreate
:
()
=>
Promise
<
void
>
;
onNext
:
|
(
(
stepId
:
string
,
values
:
Partial
<
SsoProviderFormValues
>
)
=>
boolean
)
|
undefined
;
onPrevious
:
|
(
(
stepId
:
string
,
values
:
Partial
<
SsoProviderFormValues
>
)
=>
boolean
)
|
undefined
;
setFormData
:
Dispatch
<
SetStateAction
<
FormState
>
>
;
}
Index
Properties
configure
Ref
create
Step
Actions
details
Ref
handle
Create
on
Next
on
Previous
set
Form
Data
Properties
configure
Ref
configureRef
:
RefObject
<
ProviderConfigureHandle
|
null
>
create
Step
Actions
createStepActions
:
(
stepId
:
"provider_details"
|
"provider_configure"
,
ref
:
RefObject
<
ProviderConfigureHandle
|
ProviderDetailsFormHandle
|
null
>
,
)
=>
{
onNextAction
:
()
=>
Promise
<
boolean
>
;
onPreviousAction
:
()
=>
Promise
<
boolean
>
;
}
details
Ref
detailsRef
:
RefObject
<
ProviderDetailsFormHandle
|
null
>
handle
Create
handleCreate
:
()
=>
Promise
<
void
>
on
Next
onNext
:
|
(
(
stepId
:
string
,
values
:
Partial
<
SsoProviderFormValues
>
)
=>
boolean
)
|
undefined
on
Previous
onPrevious
:
|
(
(
stepId
:
string
,
values
:
Partial
<
SsoProviderFormValues
>
)
=>
boolean
)
|
undefined
set
Form
Data
setFormData
:
Dispatch
<
SetStateAction
<
FormState
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configure
Ref
create
Step
Actions
details
Ref
handle
Create
on
Next
on
Previous
set
Form
Data
GitHub
Auth0
Auth0 Universal Components
Loading...