Hook to access prompt configuration and flow settings.
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();} Copy
import { usePrompt } from '@auth0/auth0-acul-react/login-id';function FlowInfo() { const prompt = usePrompt();}
Hook to access prompt configuration and flow settings.