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

    Variable usePrompt

    usePrompt: () => PromptMembers

    Type Declaration

      • (): PromptMembers
      • Hook to access prompt configuration and flow settings.

        Returns PromptMembers

        Prompt object containing flow configuration, screen settings, and prompt-specific data

        import { usePrompt } from '@auth0/auth0-acul-react/login-id';
        function FlowInfo() {
        const prompt = usePrompt();
        }