# OauthParams | @account-kit/signer

> Overview of OauthParams 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 OauthParams = Extract<
  AuthParams,
  {
    type: "oauth";
  }
> &
  object;
```

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

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `expirationSeconds?`
      </td>

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

    <tr>
      <td>
        `fetchIdTokenOnly?`
      </td>

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

  </tbody>
</table>