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

    Interface ShowErrorOptions

    Options for submitting a WebAuthn browser error.

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

    Indexable

    Index

    Properties

    Properties

    The details of the WebAuthn error.