Hook to access user information and profile data.
User object containing profile information, attributes, and user-specific data
Hook to access tenant configuration and settings.
Tenant object containing domain, region, and tenant-specific configuration
Hook to access branding and theme configuration.
Branding object containing colors, logos, fonts, and visual customization settings
Hook to access Auth0 application (client) configuration.
Client object containing application settings, callbacks, and client-specific data
Hook to access organization context and settings.
Organization object containing org-specific data, metadata, and configuration
Hook to access prompt configuration and flow settings.
Prompt object containing flow configuration, screen settings, and prompt-specific data
Hook to access untrusted data from URL parameters and form submissions.
Object containing untrusted user input that should be validated before use
Hook to access current screen information and metadata.
Screen object containing current screen name, configuration, and screen-specific data
Hook to access transaction state and authentication flow data.
Transaction object containing flow state, session data, and transaction-specific information
Factory class that creates context hooks for accessing Auth0 Universal Login data. These hooks provide access to various aspects of the authentication flow and tenant configuration.