A union of all social provider names available for connection.

Exported by @dynamic-labs/client.

type SocialProvider =
  | 'apple'
  | 'coinbaseSocial'
  | 'discord'
  | 'facebook'
  | 'farcaster'
  | 'github'
  | 'google'
  | 'telegram'
  | 'twitch'
  | 'twitter'