<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview" />

Microsoft.Identity.Client.Utils.MeasureDurationResult

Structure that holds a duration of the Task in milliseconds.
namespace Microsoft.Identity.Client.Utils { internal struct MeasureDurationResult { public long Milliseconds { get; } public long Microseconds { get; } public long Ticks { get; } public MeasureDurationResult(long ticks); } }