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