IGPAPI
    Preparing search index...

    Interface AccountLoginErrorResponseTwoFactorInfo

    interface AccountLoginErrorResponseTwoFactorInfo {
        obfuscated_phone_number: string;
        phone_verification_settings: AccountLoginErrorResponsePhoneVerificationSettings;
        show_messenger_code_option: boolean;
        show_new_login_screen: boolean;
        show_trusted_device_option: boolean;
        sms_two_factor_on: boolean;
        totp_two_factor_on: boolean;
        two_factor_identifier: string;
        username: string;
    }
    Index

    Properties

    obfuscated_phone_number: string
    show_messenger_code_option: boolean
    show_new_login_screen: boolean
    show_trusted_device_option: boolean
    sms_two_factor_on: boolean
    totp_two_factor_on: boolean
    two_factor_identifier: string
    username: string