toOAuthProvidersList

Extension function to convert a map of social provider configurations into a list of OAuthProvider objects.

This is useful for easily iterating over available OAuth providers for UI display or other logic.

Return

A list of OAuthProvider enums corresponding to the enabled social providers.

Receiver

A map where keys are strategy identifiers (e.g., oauth_google) and values are UserSettings.SocialConfig.