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

    Interface ResetPasswordMfaWebAuthnRoamingChallengeShowErrorOptions

    ShowErrorOptions

    interface ResetPasswordMfaWebAuthnRoamingChallengeShowErrorOptions {
        error: Classes.WebAuthnErrorDetails;
        rememberDevice?: boolean;
    }
    Index

    Properties

    The error object from the WebAuthn API (navigator.credentials.get()) containing name and message of the DOMException.

    rememberDevice?: boolean

    Optional. If true and screen.showRememberDevice is also true, the SDK will include rememberBrowser=true in the form submission.