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

    Interface ScreenMembersOnMfaWebAuthnError

    ScreenMembersOnMfaWebAuthnError

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Type Declaration

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

        A code or message describing the WebAuthn error.

      • webauthnType: Classes.WebAuthnType

        The type of WebAuthn authenticator involved.

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