Microsoft.Identity.Client.Utils.ITimeService
interface ITimeService
namespace Microsoft.Identity.Client.Utils
{
internal interface ITimeService
{
DateTime GetUtcNow();
}
}