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

    Interface ScreenMembersOnMfaWebAuthnError

    ScreenMembersOnMfaWebAuthnError

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Type Declaration

    • { errorType: string; webAuthnType: WebAuthnType }
      • errorType: string

        A code or message describing the WebAuthn error.

      • webAuthnType: WebAuthnType

        The type of WebAuthn authenticator involved.

    • null