# useListAuthMethods | @account-kit/react

> Overview of the useListAuthMethods hook from @account-kit/react

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

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

```ts
function useListAuthMethods(): UseQueryResult<AuthMethods>;
```

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

A hook to list the authentication methods for a user.

## Returns

`UseQueryResult`\<`AuthMethods`>

The authentication methods for the user.