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