# EmailAuthParams | @account-kit/signer

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

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

## Properties

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

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

      <td>
        `string`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        <a id="emailmode" /> ~~`emailMode?`~~
      </td>

      <td>
        [`EmailType`](EmailType)
      </td>

      <td>
        **Deprecated**

        This option will be overriden by dashboard settings. Please use the dashboard settings instead. This option will be removed in a future release.
      </td>
    </tr>

    <tr>
      <td>
        <a id="expirationseconds" /> `expirationSeconds?`
      </td>

      <td>
        `number`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        <a id="multifactors" /> `multiFactors?`
      </td>

      <td>
        [`VerifyMfaParams`](VerifyMfaParams)\[]
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        <a id="redirectparams" /> `redirectParams?`
      </td>

      <td>
        `URLSearchParams`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        <a id="targetpublickey" /> `targetPublicKey`
      </td>

      <td>
        `string`
      </td>

      <td>
        ‐
      </td>
    </tr>

  </tbody>
</table>