Skip to main content
ReportWebAuthnErrorOptions
Example
export interface ReportWebAuthnErrorOptions {
  error: WebAuthnErrorDetails;
}

Properties

The error object from the WebAuthn API to be reported.