Edagent + old blynk?

me detales:
esp8266
wifi connect
iOs
Blynk server (old)

my sketch code:

// Fill-in information from your Blynk Template here
#define BLYNK_TEMPLATE_ID           "****3Vz"
#define BLYNK_DEVICE_NAME           "TTT"

#define BLYNK_FIRMWARE_VERSION        "0.1.0"

#define BLYNK_PRINT Serial
//#define BLYNK_DEBUG

#define APP_DEBUG

// Uncomment your board, or configure a custom board in Settings.h
//#define USE_SPARKFUN_BLYNK_BOARD
//#define USE_NODE_MCU_BOARD
//#define USE_WITTY_CLOUD_BOARD
//#define USE_WEMOS_D1_MINI

#include "BlynkEdgent.h"

void setup()
{
  Serial.begin(115200);
  delay(100);

  BlynkEdgent.begin();
}

void loop() {
  BlynkEdgent.run();
}

=================

Good afternoon. Is it possible to customize Edagent for the old version of Blynk? With auth key support
How to make it possible to substitute the Token from the old version of Blynk?

@enemy please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code so that it displays correctly.
Triple backticks look like this:
```

Pete.

ok! Thkns.

Why?, it wouldn’t achieve anything.

Pete.

Perhaps not correctly expressed.
I need to create a deployable Wi-Fi network with the ability to insert a Token from the old version of Blynk. The same as in Edagent, but for the old Blynk application. Do you understand?)

Is this a commercial project?
How many people will be using it?

Pete.

I do not understand why you wouldn’t just migrate fully to Blynk2.0 in that case?

What reasoning/advantage do you see sticking with “old” Blynk if your plan is to use tokens and edgent?