Hook to access user information and profile data.
User object containing profile information, attributes, and user-specific data
import { useUser } from '@auth0/auth0-acul-react/login-id';function UserProfile() { const user = useUser();} Copy
import { useUser } from '@auth0/auth0-acul-react/login-id';function UserProfile() { const user = useUser();}
Hook to access user information and profile data.