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.

ReportBrowserErrorOptions
Example
export interface ReportBrowserErrorOptions {
  /**
   * The error object received from the WebAuthn API (`navigator.credentials.get()`) failure.
   * This should include at least `name` and `message` properties of the DOMException.
   * @type {WebAuthnErrorDetails}
   */
  error: WebAuthnErrorDetails;
}

Properties

The error object from the WebAuthn API (navigator.credentials.get()) to be reported.