# OauthConfig | @account-kit/signer

> Overview of OauthConfig from @account-kit/signer

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

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

```ts
type OauthConfig = object;
```

Defined in: [account-kit/signer/src/client/types.ts:140](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/signer/src/client/types.ts#L140)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="authproviders" /> `authProviders`
      </td>

      <td>
        [`AuthProviderConfig`](AuthProviderConfig)\[]
      </td>
    </tr>

    <tr>
      <td>
        <a id="codechallenge" /> `codeChallenge`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="requestkey" /> `requestKey`
      </td>

      <td>
        `string`
      </td>
    </tr>

  </tbody>
</table>