IGPAPI
    Preparing search index...

    Interface AccountLoginErrorResponse

    interface AccountLoginErrorResponse {
        buttons: AccountLoginErrorResponseButton[];
        error_title: string;
        error_type: string;
        invalid_credentials: boolean;
        message: string;
        phone_verification_settings: AccountLoginErrorResponsePhoneVerificationSettings;
        status: string;
        two_factor_info: AccountLoginErrorResponseTwoFactorInfo;
        two_factor_required: boolean;
    }
    Index

    Properties

    error_title: string
    error_type: string
    invalid_credentials: boolean
    message: string
    status: string
    two_factor_required: boolean