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

    Interface ShowErrorOptions

    Options for submitting a WebAuthn browser error.

    interface ShowErrorOptions {
        error: Screens.WebAuthnErrorDetails;
        [key: string]:
            | string
            | number
            | boolean
            | Screens.WebAuthnErrorDetails
            | undefined;
    }

    Indexable

    Index

    Properties

    Properties

    The details of the WebAuthn error.