Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
ProviderSelectProps
Interface ProviderSelectProps
interface
ProviderSelectProps
{
className
?:
string
;
customMessages
?:
Partial
<
ProviderSelectMessages
>
;
form
?:
UseFormReturn
<
{
strategy
:
IdpStrategy
}
>
;
isLoading
:
boolean
;
onClickStrategy
:
(
strategy
:
IdpStrategy
)
=>
void
;
readOnly
?:
boolean
;
schema
?:
object
;
selectedStrategy
?:
IdpStrategy
|
null
;
strategyList
:
IdpStrategy
[]
;
styling
?:
ComponentStyling
<
SsoProviderCreateClasses
>
;
}
Hierarchy
SharedComponentProps
<
ProviderSelectMessages
,
SsoProviderCreateClasses
>
ProviderSelectProps
Index
Properties
class
Name?
custom
Messages?
form?
is
Loading
on
Click
Strategy
read
Only?
schema?
selected
Strategy?
strategy
List
styling?
Properties
Optional
class
Name
className
?:
string
Optional
custom
Messages
customMessages
?:
Partial
<
ProviderSelectMessages
>
Optional
form
form
?:
UseFormReturn
<
{
strategy
:
IdpStrategy
}
>
is
Loading
isLoading
:
boolean
on
Click
Strategy
onClickStrategy
:
(
strategy
:
IdpStrategy
)
=>
void
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
object
Optional
selected
Strategy
selectedStrategy
?:
IdpStrategy
|
null
strategy
List
strategyList
:
IdpStrategy
[]
Optional
styling
styling
?:
ComponentStyling
<
SsoProviderCreateClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
custom
Messages
form
is
Loading
on
Click
Strategy
read
Only
schema
selected
Strategy
strategy
List
styling
GitHub
Auth0
Auth0 Universal Components
Loading...