Hook to access current screen information and metadata.
Screen object containing current screen name, configuration, and screen-specific data
import { useScreen } from '@auth0/auth0-acul-react/login-id';function ScreenDebug() { const screen = useScreen();} Copy
import { useScreen } from '@auth0/auth0-acul-react/login-id';function ScreenDebug() { const screen = useScreen();}
Hook to access current screen information and metadata.