# AuthMethods | @account-kit/signer

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

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

## Properties

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

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

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

    <tr>
      <td>
        <a id="oauthproviders" /> `oauthProviders`
      </td>

      <td>
        [`OauthProviderInfo`](OauthProviderInfo)\[]
      </td>
    </tr>

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

      <td>
        [`PasskeyInfo`](PasskeyInfo)\[]
      </td>
    </tr>

    <tr>
      <td>
        <a id="phone" /> `phone?`
      </td>

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

  </tbody>
</table>