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

    Interface ShowErrorOptions

    Options for submitting a WebAuthn browser error.

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

    Indexable

    • [key: string]: string | number | boolean | WebAuthnErrorDetails | undefined

      Any additional custom options.

    Index

    Properties

    Properties

    The details of the WebAuthn error.