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

    Interface ScreenMembersOnResetPasswordMfaWebAuthnPlatformChallenge

    ScreenMembersOnResetPasswordMfaWebAuthnPlatformChallenge

    interface ScreenMembersOnResetPasswordMfaWebAuthnPlatformChallenge {
        captcha: Classes.CaptchaContext | null;
        captchaImage: string | null;
        captchaProvider: string | null;
        captchaSiteKey: string | null;
        data:
            | Record<
                string,
                | string
                | boolean
                | Classes.PasskeyCreate
                | string[]
                | Record<string, string[]>
                | Classes.PhonePrefix[],
            >
            | null;
        isCaptchaAvailable: boolean;
        links: Record<string, string> | null;
        name: string;
        publicKey:
            | { allowCredentials?: Classes.AllowCredential[]; challenge: string }
            | null;
        showRememberDevice: boolean;
        texts: Record<string, string> | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Classes.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | null
    data:
        | Record<
            string,
            | string
            | boolean
            | Classes.PasskeyCreate
            | string[]
            | Record<string, string[]>
            | Classes.PhonePrefix[],
        >
        | null

    Screen-specific data.

    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    name: string
    publicKey:
        | { allowCredentials?: Classes.AllowCredential[]; challenge: string }
        | null

    A convenience accessor for data.passkey.public_key. Provides the challenge and other parameters for the WebAuthn navigator.credentials.get() API call.

    showRememberDevice: boolean

    A convenience accessor for data.show_remember_device. Indicates if the "Remember this device" option should be displayed. Defaults to false if not present in the context.

    texts: Record<string, string> | null