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

    Interface ScreenMembersOnMfaLoginOptions

    Interface for the screen data specific to mfa-login-options screen

    interface ScreenMembersOnMfaLoginOptions {
        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: { enrolled_factors: string[] } | 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: { enrolled_factors: string[] } | null

    Type Declaration

    • { enrolled_factors: string[] }
      • enrolled_factors: string[]

        List of enrolled MFA factors for the user

    • null