Create a basic auth header from the supplied username and password
C#AuthHelper.CreateBasicAuthHeader("username", "password");
AuthHelper.CreateBasicAuthHeader("username", "password");
Creates an OAuth 2 header from the supplied OAuth 2 token
C#AuthHelper.CreateOAuth2Header("OAuthToken");
AuthHelper.CreateOAuth2Header("OAuthToken");