1 write to _headerValue
Microsoft.DotNet.Helix.Client (1)
HelixApiTokenAuthenticationPolicy.cs (1)
27_headerValue = "token " + token.Token;
3 references to _headerValue
Microsoft.DotNet.Helix.Client (3)
HelixApiTokenAuthenticationPolicy.cs (3)
24if (_headerValue == null) 29if (_headerValue != null) 32message.Request.Headers.Add(HttpHeader.Names.Authorization, _headerValue);