IGPAPI
    Preparing search index...

    Interface LoginTwoFactorRequiredResponse

    interface LoginTwoFactorRequiredResponse {
        error_type: string;
        message: string;
        phone_verification_settings: {
            max_sms_count: number;
            resend_sms_delay_sec: number;
            robocall_after_max_sms: boolean;
            robocall_count_down_time_sec: number;
        };
        status: string;
        two_factor_info: {
            eligible_for_multiple_totp: boolean;
            is_trusted_device: boolean;
            obfuscated_phone_number: string;
            pending_trusted_notification: boolean;
            pk: number;
            should_opt_in_trusted_device_option: boolean;
            show_messenger_code_option: boolean;
            show_new_login_screen: boolean;
            show_trusted_device_option: boolean;
            sms_not_allowed_reason: null;
            sms_two_factor_on: boolean;
            totp_two_factor_on: boolean;
            trusted_notification_polling_nonce?: string
            | null;
            two_factor_identifier: string;
            username: string;
            whatsapp_two_factor_on: boolean;
        };
        two_factor_required: boolean;
    }
    Index

    Properties

    error_type: string
    message: string
    phone_verification_settings: {
        max_sms_count: number;
        resend_sms_delay_sec: number;
        robocall_after_max_sms: boolean;
        robocall_count_down_time_sec: number;
    }
    status: string
    two_factor_info: {
        eligible_for_multiple_totp: boolean;
        is_trusted_device: boolean;
        obfuscated_phone_number: string;
        pending_trusted_notification: boolean;
        pk: number;
        should_opt_in_trusted_device_option: boolean;
        show_messenger_code_option: boolean;
        show_new_login_screen: boolean;
        show_trusted_device_option: boolean;
        sms_not_allowed_reason: null;
        sms_two_factor_on: boolean;
        totp_two_factor_on: boolean;
        trusted_notification_polling_nonce?: string | null;
        two_factor_identifier: string;
        username: string;
        whatsapp_two_factor_on: boolean;
    }
    two_factor_required: boolean