Skip to main content

Documentation Index

Fetch the complete documentation index at: https://auth0.com/llms.txt

Use this file to discover all available pages before exploring further.

Options object for the useError hook. Controls error display behavior within Auth0 Universal Login screens.
Example
export interface UseErrorOptions {
  includeDevErrors?: boolean;
}

Properties

includeDevErrors
boolean
When true, includes development-specific error details in the error output. Useful for debugging during development; should be disabled in production.