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