$this->LoginWithTwitch()
public function LoginWithVk(Request $request){
switch ($type) {
case "twitch":
$this->LoginWithTwitch();
break;
case "youtube":
$this->LoginWithYouTube();
break;
case "vk":
$this->LoginWithVk();
break;