I also see this as a possibility for authentication with OAuth2:
HttpClient httpClient = new HttpClient();
httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("OAuth", "token");
Best Regards,
Shannon W.
API Support Specialist
... View more