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