Microsoft.Identity.Client.Http.Retry.ExponentialRetryStrategy
class ExponentialRetryStrategy
public ExponentialRetryStrategy(int minExponentialBackoff, int maxExponentialBackoff, int exponentialDeltaBackoff)
Calculates the exponential delay based on the current retry attempt.