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

    Interface ScreenMembersOnMfaWebAuthnError

    ScreenMembersOnMfaWebAuthnError

    interface ScreenMembersOnMfaWebAuthnError {
        captcha: null | Classes.CaptchaContext;
        captchaImage: null | string;
        captchaProvider: null | string;
        captchaSiteKey: null | string;
        data: null | { errorType: string; webauthnType: Classes.WebAuthnType };
        isCaptchaAvailable: boolean;
        links: null | Record<string, string>;
        name: string;
        texts: null | Record<string, string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: null | Classes.CaptchaContext
    captchaImage: null | string
    captchaProvider: null | string
    captchaSiteKey: null | string
    data: null | { errorType: string; webauthnType: Classes.WebAuthnType }

    Type declaration

    • null
    • { errorType: string; webauthnType: Classes.WebAuthnType }
      • errorType: string

        A code or message describing the WebAuthn error.

      • webauthnType: Classes.WebAuthnType

        The type of WebAuthn authenticator involved.

    isCaptchaAvailable: boolean
    links: null | Record<string, string>
    name: string
    texts: null | Record<string, string>