Auth0 Universal Components
GitHub
Auth0
Preparing search index...
core/src
createProviderSelectionSchema
Function createProviderSelectionSchema
createProviderSelectionSchema
(
options
?:
ProviderSelectionSchema
,
)
:
ZodObject
<
{
strategy
:
ZodEnum
<
[
IdpStrategy
,
...
IdpStrategy
[]
]
>
}
,
"strip"
,
ZodTypeAny
,
{
strategy
:
IdpStrategy
}
,
{
strategy
:
IdpStrategy
}
,
>
Creates a schema for Step 1: Provider Selection
Parameters
options
:
ProviderSelectionSchema
= {}
Returns
ZodObject
<
{
strategy
:
ZodEnum
<
[
IdpStrategy
,
...
IdpStrategy
[]
]
>
}
,
"strip"
,
ZodTypeAny
,
{
strategy
:
IdpStrategy
}
,
{
strategy
:
IdpStrategy
}
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
Auth0
Auth0 Universal Components
Loading...
Creates a schema for Step 1: Provider Selection