How do i do the following with AuthenticationHeaderValue class?
So i basically wanna auth to github api with the basic authentication the string i'm inputing is actually
user:token, but it won't work either, here is what i tried so far.Client.Env["GITCREDS"] actually returns the string.