Directus / @directus/sdk / rest / readProviders
Function: readProviders() ​
readProviders<
Schema
>(sessionOnly
):RestCommand
<ReadProviderOutput
[],Schema
>
Defined in: rest/commands/auth/providers.ts:15
List all the configured auth providers.
Type Parameters ​
• Schema
Parameters ​
sessionOnly ​
boolean
= false
Returns ​
RestCommand
<ReadProviderOutput
[], Schema
>
Array of configured auth providers.