# getListAuthMethodsQueryKey | @account-kit/react

> Overview of the getListAuthMethodsQueryKey function from @account-kit/react

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
function getListAuthMethodsQueryKey(user): any[];
```

Defined in: [account-kit/react/src/hooks/useListAuthMethods.ts:35](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useListAuthMethods.ts#L35)

## Parameters

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

  <tbody>
    <tr>
      <td>
        `user`
      </td>

      <td>
        `UseUserResult`
      </td>
    </tr>

  </tbody>
</table>

## Returns

`any`\[]