var revokeOldToken = await httpclient.PostAsync("https://id.twitch.tv/oauth2/revoke?client_id", client_id + "&token=" + httpOAuth);
If I do it that way, the client_id + "&token=" + httpOAuth part is an error (convert from string to HttpContent impossible)