# UseAuthenticateResult | @account-kit/react

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

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="authenticate" /> `authenticate`
      </td>

      <td>
        `UseMutateFunction`\<[`User`](../../../signer/src/type-aliases/User), `Error`, `AuthParams`, `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="authenticateasync" /> `authenticateAsync`
      </td>

      <td>
        `UseMutateAsyncFunction`\<[`User`](../../../signer/src/type-aliases/User), `Error`, `AuthParams`, `unknown`>
      </td>
    </tr>

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

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

    <tr>
      <td>
        <a id="ispending" /> `isPending`
      </td>

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

  </tbody>
</table>