Social authentication allows users to sign in to your app using their existing social media accounts. The Dynamic Swift SDK supports multiple providers including Apple, Google, Twitter, Discord, GitHub, Twitch, Facebook, and Farcaster.
public enum ProviderType: String { case apple = "apple" case google = "google" case twitter = "twitter" case discord = "discord" case github = "github" case twitch = "twitch" case facebook = "facebook" case farcaster = "farcaster"}