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

    Interface WebAuthnErrorDetails

    Details of a WebAuthn browser error.

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

    Indexable

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

      Any additional error properties.

    Index

    Properties

    Properties

    message: string

    The error message.

    name: string

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