class AzureBlob::IdentityToken
def exponential_backoff(error, attempt)
def exponential_backoff(error, attempt) EXPONENTIAL_BACKOFF[attempt -1] || raise(AzureBlob::Error.new("Exponential backoff out of bounds!")) end
def exponential_backoff(error, attempt) EXPONENTIAL_BACKOFF[attempt -1] || raise(AzureBlob::Error.new("Exponential backoff out of bounds!")) end