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