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

    Type Declaration

      • (): ScreenMembersOnCustomizedConsent
      • Hook to access current screen information and metadata.

        Returns ScreenMembersOnCustomizedConsent

        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();
        }