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

    Interface ScreenMembersOnMfaWebAuthnPlatformChallenge

    ScreenMembersOnMfaWebAuthnPlatformChallenge

    interface ScreenMembersOnMfaWebAuthnPlatformChallenge {
        captcha: null | Classes.CaptchaContext;
        captchaImage: null | string;
        captchaProvider: null | string;
        captchaSiteKey: null | string;
        data:
            | null
            | Record<
                string,
                | string
                | boolean
                | Classes.PasskeyCreate
                | string[]
                | Record<string, string[]>
                | Classes.PhonePrefix[],
            >;
        isCaptchaAvailable: boolean;
        links: null | Record<string, string>;
        name: string;
        publicKey: null | { challenge: string };
        showRememberDevice: boolean;
        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
        | Record<
            string,
            | string
            | boolean
            | Classes.PasskeyCreate
            | string[]
            | Record<string, string[]>
            | Classes.PhonePrefix[],
        >

    Screen-specific data.

    isCaptchaAvailable: boolean
    links: null | Record<string, string>
    name: string
    publicKey: null | { challenge: string }

    The public key credential request options (specifically the challenge) needed to call navigator.credentials.get(). This is derived from universal_login_context.screen.data.passkey.public_key.

    showRememberDevice: boolean

    Indicates whether the "Remember this device" checkbox should be displayed.

    texts: null | Record<string, string>