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