# OauthState | @account-kit/signer

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

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="authproviderid" /> `authProviderId`
      </td>

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

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

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

    <tr>
      <td>
        <a id="fetchidtokenonly" /> `fetchIdTokenOnly?`
      </td>

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

    <tr>
      <td>
        <a id="iscustomprovider" /> `isCustomProvider?`
      </td>

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

    <tr>
      <td>
        <a id="openerorigin" /> `openerOrigin?`
      </td>

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

    <tr>
      <td>
        <a id="redirecturl" /> `redirectUrl?`
      </td>

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

    <tr>
      <td>
        <a id="requestkey" /> `requestKey`
      </td>

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

    <tr>
      <td>
        <a id="turnkeypublickey" /> `turnkeyPublicKey`
      </td>

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

  </tbody>
</table>