# UseAddOauthProviderResult | @account-kit/react

> Overview of UseAddOauthProviderResult 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
type UseAddOauthProviderResult = object;
```

Defined in: [account-kit/react/src/hooks/useAddOauthProvider.ts:25](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useAddOauthProvider.ts#L25)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="addoauthprovider" /> `addOauthProvider`
      </td>

      <td>
        `UseMutateFunction`\<`OauthProviderInfo`, `Error`, `Omit`\<`Extract`\<`AuthParams`, \{ `type`: `"oauth"`; }>, `"type"`>, `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="addoauthproviderasync" /> `addOauthProviderAsync`
      </td>

      <td>
        `UseMutateAsyncFunction`\<`OauthProviderInfo`, `Error`, `Omit`\<`Extract`\<`AuthParams`, \{ `type`: `"oauth"`; }>, `"type"`>, `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="error" /> `error`
      </td>

      <td>
        `Error` | `null`
      </td>
    </tr>

    <tr>
      <td>
        <a id="isaddingoauthprovider" /> `isAddingOauthProvider`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

  </tbody>
</table>