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

Microsoft.Identity.Client.Http.Retry.HttpRetryConditions

static class HttpRetryConditions
namespace Microsoft.Identity.Client.Http.Retry { internal static class HttpRetryConditions { public static bool DefaultManagedIdentity(HttpResponse response, Exception exception); public static bool ImdsProbe(HttpResponse response, Exception exception); public static bool Imds(HttpResponse response, Exception exception); public static bool RegionDiscovery(HttpResponse response, Exception exception); public static bool Sts(HttpResponse response, Exception exception); } }