useListAuthMethods

1const useListAuthMethods: () => UseQueryResult<AuthMethods>;

Defined in: account-kit/react/dist/types/hooks/useListAuthMethods.d.ts:9

A hook to list the authentication methods for a user.

Returns

UseQueryResult<AuthMethods>

The authentication methods for the user.