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