useListAuthMethods

A hook to list the authentication methods for a user.

Import

1import { useListAuthMethods } from "@account-kit/react";

Returns

UseQueryResult<AuthMethods> The authentication methods for the user.