# UseMFAResult | @account-kit/react

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

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="addmfa" /> `addMFA`
      </td>

      <td>
        `UseMutationResult`\<`AddMfaResult`, `Error`, `AddMfaParams`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="getmfafactors" /> `getMFAFactors`
      </td>

      <td>
        `UseMutationResult`\<\{ `multiFactors`: `MfaFactor`\[]; }, `Error`, `void`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="isready" /> `isReady`
      </td>

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

    <tr>
      <td>
        <a id="removemfa" /> `removeMFA`
      </td>

      <td>
        `UseMutationResult`\<\{ `multiFactors`: `MfaFactor`\[]; }, `Error`, `RemoveMfaParams`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="verifymfa" /> `verifyMFA`
      </td>

      <td>
        `UseMutationResult`\<\{ `multiFactors`: `MfaFactor`\[]; }, `Error`, `VerifyMfaParams`>
      </td>
    </tr>

  </tbody>
</table>