@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface ResetPasswordMfaWebAuthnPlatformChallengeReportErrorOptions

    ReportBrowserErrorOptions

    interface ResetPasswordMfaWebAuthnPlatformChallengeReportErrorOptions {
        error: Classes.WebAuthnErrorDetails;
    }
    Index

    Properties

    Properties

    The error object from the WebAuthn API (navigator.credentials.get()) to be reported. Must include name and message.