# AuthLinkingPrompt | @account-kit/signer

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

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="accesstoken" /> `accessToken?`
      </td>

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

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

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

    <tr>
      <td>
        <a id="idtoken" /> `idToken`
      </td>

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

    <tr>
      <td>
        <a id="orgid" /> `orgId`
      </td>

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

    <tr>
      <td>
        <a id="otpid" /> `otpId`
      </td>

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

    <tr>
      <td>
        <a id="providername" /> `providerName`
      </td>

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

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

      <td>
        `"ACCOUNT_LINKING_CONFIRMATION_REQUIRED"`
      </td>
    </tr>

  </tbody>
</table>