socialProviders
Map of available social authentication providers configured for this application.
Each entry contains the provider's strategy identifier (e.g., "oauth_google", "oauth_facebook") and its configuration details. Use these strategy identifiers when initiating OAuth sign-in flows.
Return
Map where keys are strategy identifiers (e.g., oauth_google) and values contain provider configuration. Returns an empty map if the SDK is not initialized or no social providers are configured.
See also
for usage with OAuth authentication.