Microsoft.Identity.Client.Http.Retry.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);
}
}