IExternalProviderStore.GetProviderNames Method
Returns the names of the upstream providers to offer as interactive "Login with..." options on the login page for the given request context. The default set is the registered providers flagged with IExternalProvider.ShowInLoginPage, optionally adjusted (added to, filtered or reordered) by the application per client/tenant.
Syntax
Unit: Sphinx.ExternalProvider
function IExternalProviderStore.GetProviderNames(const ClientId: string; const TenantId: string): TArray<string>; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ClientId | string | |
| const | TenantId | string |