2 references to ResolvedToken
Microsoft.NET.Build.Containers (2)
AuthHandshakeMessageHandler.cs (2)
498var authValue = new AuthenticationHeaderValue(BearerAuthScheme, tokenResponse.ResolvedToken); 544return (new AuthenticationHeaderValue(BearerAuthScheme, token.ResolvedToken), token.ResolvedExpiration);