> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SocialProvider

A union of all social provider names available for connection.

Exported by `@dynamic-labs/client`.

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