Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
UseConfigResult
Interface UseConfigResult
interface
UseConfigResult
{
config
:
GetConfigurationResponseContent
|
null
;
fetchConfig
:
()
=>
Promise
<
void
>
;
filteredStrategies
:
IdpStrategy
[]
;
isConfigValid
:
boolean
;
isLoadingConfig
:
boolean
;
shouldAllowDeletion
:
boolean
;
}
Index
Properties
config
fetch
Config
filtered
Strategies
is
Config
Valid
is
Loading
Config
should
Allow
Deletion
Properties
config
config
:
GetConfigurationResponseContent
|
null
fetch
Config
fetchConfig
:
()
=>
Promise
<
void
>
filtered
Strategies
filteredStrategies
:
IdpStrategy
[]
is
Config
Valid
isConfigValid
:
boolean
is
Loading
Config
isLoadingConfig
:
boolean
should
Allow
Deletion
shouldAllowDeletion
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
fetch
Config
filtered
Strategies
is
Config
Valid
is
Loading
Config
should
Allow
Deletion
GitHub
Auth0
Auth0 Universal Components
Loading...