# JwtParams | @account-kit/signer

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

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="authprovider" /> `authProvider?`
      </td>

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

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

      <td>
        `number`
      </td>
    </tr>

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

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

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

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

  </tbody>
</table>