Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
UseConfigIdpResult
Interface UseConfigIdpResult
interface
UseConfigIdpResult
{
fetchIdpConfig
:
()
=>
Promise
<
void
>
;
idpConfig
:
IdpConfig
|
null
;
isIdpConfigValid
:
boolean
;
isLoadingIdpConfig
:
boolean
;
isProvisioningEnabled
:
(
strategy
:
IdpStrategy
|
undefined
)
=>
boolean
;
isProvisioningMethodEnabled
:
(
strategy
:
IdpStrategy
|
undefined
)
=>
boolean
;
}
Index
Properties
fetch
Idp
Config
idp
Config
is
Idp
Config
Valid
is
Loading
Idp
Config
is
Provisioning
Enabled
is
Provisioning
Method
Enabled
Properties
fetch
Idp
Config
fetchIdpConfig
:
()
=>
Promise
<
void
>
idp
Config
idpConfig
:
IdpConfig
|
null
is
Idp
Config
Valid
isIdpConfigValid
:
boolean
is
Loading
Idp
Config
isLoadingIdpConfig
:
boolean
is
Provisioning
Enabled
isProvisioningEnabled
:
(
strategy
:
IdpStrategy
|
undefined
)
=>
boolean
is
Provisioning
Method
Enabled
isProvisioningMethodEnabled
:
(
strategy
:
IdpStrategy
|
undefined
)
=>
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Idp
Config
idp
Config
is
Idp
Config
Valid
is
Loading
Idp
Config
is
Provisioning
Enabled
is
Provisioning
Method
Enabled
GitHub
Auth0
Auth0 Universal Components
Loading...