@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface ResetPasswordMfaWebAuthnRoamingChallengeShowErrorOptions

    ShowErrorOptions

    interface ResetPasswordMfaWebAuthnRoamingChallengeShowErrorOptions {
        error: 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.