Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseSsoProviderCreateLogicResult
Interface UseSsoProviderCreateLogicResult
interface
UseSsoProviderCreateLogicResult
{
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
>
;
filteredStrategies
:
IdpStrategy
[]
;
formData
:
FormState
;
handleCreate
:
()
=>
Promise
<
void
>
;
idpConfig
?:
any
;
isLoadingConfig
:
boolean
;
isLoadingIdpConfig
:
boolean
;
setFormData
:
Dispatch
<
SetStateAction
<
FormState
>
>
;
}
Index
Properties
configure
Ref
create
Step
Actions
details
Ref
filtered
Strategies
form
Data
handle
Create
idp
Config?
is
Loading
Config
is
Loading
Idp
Config
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
>
filtered
Strategies
filteredStrategies
:
IdpStrategy
[]
form
Data
formData
:
FormState
handle
Create
handleCreate
:
()
=>
Promise
<
void
>
Optional
idp
Config
idpConfig
?:
any
is
Loading
Config
isLoadingConfig
:
boolean
is
Loading
Idp
Config
isLoadingIdpConfig
:
boolean
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
filtered
Strategies
form
Data
handle
Create
idp
Config
is
Loading
Config
is
Loading
Idp
Config
set
Form
Data
GitHub
Auth0
Auth0 Universal Components
Loading...