ESP 32 Template CONNECTING_CLOUD => ERROR

I am trying to upload the code Template_ESP32 which is located on
Arduino/libraries/Blynk/examples/Blynk.inject, with code:

#define USE_CUSTOM_BOARD          // See "Custom board configuration" in Settings.h

#define APP_DEBUG        // Comment this out to disable debug prints

#define BLYNK_PRINT Serial

#include "BlynkProvisioning.h"

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

  BlynkProvisioning.begin();

}

void loop() {
  // This handles the network and cloud connection
  BlynkProvisioning.run();

}


Then serial monitor gives this:

[16027] CONNECTING_CLOUD => ERROR
[26027] Restarting after error.
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1100
load:0x40078000,len:9232
load:0x40080400,len:6400
entry 0x400806a8
[534] 
[534] Hardware v1.0.0
[534] Firmware v1.0.1
[536] WAIT_CONFIG => CONNECTING_NET
[536] Connecting to WiFi: INFINITUM0501_2.4
[1021] CONNECTING_NET => CONNECTING_CLOUD
[1021] Disconnected
[1021] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v0.6.1 on ESP32

[1028] Connecting to blynk-cloud.com:80
[1326] Invalid auth token
[16028] CONNECTING_CLOUD => ERROR
[26028] Restarting after error.
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1100
load:0x40078000,len:9232
load:0x40080400,len:6400
entry 0x400806a8
[534] 
[534] Hardware v1.0.0
[534] Firmware v1.0.1
[536] WAIT_CONFIG => CONNECTING_NET
[536] Connecting to WiFi: INFINITUM0501_2.4
[1020] CONNECTING_NET => CONNECTING_CLOUD
[1020] Disconnected
[1020] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v0.6.1 on ESP32

[1027] Connecting to blynk-cloud.com:80
[1403] Invalid Auth Token

This doesnt allow me to use Blynk.inject on the app I am testing, and i keep receiving the message “No supported wifi networks around”