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, and Twitch.
public enum ProviderType: String { case apple = "apple" case google = "google" case twitter = "twitter" case discord = "discord" case github = "github" case twitch = "twitch"}