@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Variable useUser

    useUser: () => UserMembers

    Type Declaration

      • (): UserMembers
      • Hook to access user information and profile data.

        Returns UserMembers

        User object containing profile information, attributes, and user-specific data

        import { useUser } from '@auth0/auth0-acul-react/login-id';
        function UserProfile() {
        const user = useUser();
        }