$this->type, ]; if ($this->type == LoginType::TOKEN) { $flow["get_login_token"] = $this->get_login_token; } return $flow; } }