# AccessKeyAuthParams | @account-kit/signer

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

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="accesskey" /> `accessKey`
      </td>

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

    <tr>
      <td>
        <a id="accountid" /> `accountId?`
      </td>

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

  </tbody>
</table>