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

    Interface ScreenMembersOnResetPasswordMfaWebAuthnRoamingChallenge

    ScreenMembersOnResetPasswordMfaWebAuthnRoamingChallenge

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

    Hierarchy (View Summary)

    Index

    Properties

    captcha: Screens.CaptchaContext | null
    captchaImage: string | null
    captchaProvider: string | null
    captchaSiteKey: string | null
    data: { showRememberDevice?: boolean } | null

    Screen-specific data.

    Type Declaration

    • { showRememberDevice?: boolean }
      • OptionalshowRememberDevice?: boolean

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

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

    A convenience accessor for screen.data.passkey.public_key. Provides the challenge and related options for navigator.credentials.get().

    texts: Record<string, string> | null