Select
Reference doc for the `Select` UI.
The UI that’s displayed when loading the root page of the OpenAuth server. You can configure which providers should be displayed in the select UI.
Methods
Select
Parameters
-
props?
SelectProps
Returns (providers:
Record
<
string
, string
>
, _req: Request
<
>
) => Promise
<
Response
<
>
>
SelectProps
-
providers?
Record
<
string
,Object
>
SelectProps.providers?
Type Record
<
string
, Object
>
An object with all the providers and their config; where the key is the provider name.
SelectProps.providers[].display?
Type string
The display name of the provider.
SelectProps.providers[].hide?
Type boolean
Default false
Whether to hide the provider from the select UI.