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

    Interface WebAuthnErrorDetails

    Details of a WebAuthn browser error.

    interface WebAuthnErrorDetails {
        name: string;
        message: string;
        [key: string]: string | number | boolean | undefined;
    }

    Indexable

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

      Any additional error properties.

    Index

    Properties

    Properties

    name: string

    The name of the error (e.g., "NotAllowedError").

    message: string

    The error message.