Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseSsoProviderCreateResult
Interface UseSsoProviderCreateResult
interface
UseSsoProviderCreateResult
{
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
:
IdpStrategyEnum
[]
;
formData
:
FormState
;
getCrossAppAccessDefaultValue
:
()
=>
"enabled"
|
"disabled"
|
undefined
;
handleCreate
:
()
=>
Promise
<
void
>
;
idpConfig
?:
IdentityProvidersConfig
|
null
;
isCreating
:
boolean
;
isCrossAppAccessReadOnly
:
boolean
;
isLoadingConfig
:
boolean
;
isLoadingIdpConfig
:
boolean
;
isOrganizationBlocked
:
boolean
;
isThirdPartyAccessReadOnly
:
boolean
;
setFormData
:
Dispatch
<
SetStateAction
<
FormState
>
>
;
showCrossAppAccess
:
boolean
;
showThirdPartyAccess
:
boolean
;
thirdPartyAccessDefaultValue
?:
"allow"
|
"block"
;
}
Index
Properties
configure
Ref
create
Step
Actions
details
Ref
filtered
Strategies
form
Data
get
Cross
App
Access
Default
Value
handle
Create
idp
Config?
is
Creating
is
Cross
App
Access
Read
Only
is
Loading
Config
is
Loading
Idp
Config
is
Organization
Blocked
is
Third
Party
Access
Read
Only
set
Form
Data
show
Cross
App
Access
show
Third
Party
Access
third
Party
Access
Default
Value?
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
:
IdpStrategyEnum
[]
form
Data
formData
:
FormState
get
Cross
App
Access
Default
Value
getCrossAppAccessDefaultValue
:
()
=>
"enabled"
|
"disabled"
|
undefined
handle
Create
handleCreate
:
()
=>
Promise
<
void
>
Optional
idp
Config
idpConfig
?:
IdentityProvidersConfig
|
null
is
Creating
isCreating
:
boolean
is
Cross
App
Access
Read
Only
isCrossAppAccessReadOnly
:
boolean
is
Loading
Config
isLoadingConfig
:
boolean
is
Loading
Idp
Config
isLoadingIdpConfig
:
boolean
is
Organization
Blocked
isOrganizationBlocked
:
boolean
is
Third
Party
Access
Read
Only
isThirdPartyAccessReadOnly
:
boolean
set
Form
Data
setFormData
:
Dispatch
<
SetStateAction
<
FormState
>
>
show
Cross
App
Access
showCrossAppAccess
:
boolean
show
Third
Party
Access
showThirdPartyAccess
:
boolean
Optional
third
Party
Access
Default
Value
thirdPartyAccessDefaultValue
?:
"allow"
|
"block"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configure
Ref
create
Step
Actions
details
Ref
filtered
Strategies
form
Data
get
Cross
App
Access
Default
Value
handle
Create
idp
Config
is
Creating
is
Cross
App
Access
Read
Only
is
Loading
Config
is
Loading
Idp
Config
is
Organization
Blocked
is
Third
Party
Access
Read
Only
set
Form
Data
show
Cross
App
Access
show
Third
Party
Access
third
Party
Access
Default
Value
GitHub
Auth0
Auth0 Universal Components
Loading...