Skip to main content
Options for submitting a WebAuthn browser error.
Example
export interface ShowErrorOptions {
  /**
   * The details of the WebAuthn error.
   */
  error: WebAuthnErrorDetails;
  /**
   * Any additional custom options.
   */
  [key: string]: string | number | boolean | undefined | WebAuthnErrorDetails;
}

Indexable

[key: string]: string | number | boolean | WebAuthnErrorDetails | undefined Any additional custom options.

Properties

The details of the WebAuthn error.