# getSocialProviderDisplayName | @account-kit/react

> Overview of the getSocialProviderDisplayName function from @account-kit/react

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
function getSocialProviderDisplayName(authType): string;
```

Defined in: [account-kit/react/src/components/auth/types.ts:54](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/components/auth/types.ts#L54)

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `authType`
      </td>

      <td>
        `object` & (\{ authProviderId: "auth0"; isCustomProvider?: false | undefined; auth0Connection?: string | undefined; displayName: string; logoUrl: string; logoUrlDark?: string | undefined; } | \{ ...; }) & OauthRedirectConfig
      </td>
    </tr>

  </tbody>
</table>

## Returns

`string`