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

Microsoft.Identity.Client.OAuth2.Throttling.HttpStatusProvider

namespace Microsoft.Identity.Client.OAuth2.Throttling { internal class HttpStatusProvider : IThrottlingProvider { public HttpStatusProvider(); public void RecordException(AuthenticationRequestParameters requestParams, IReadOnlyDictionary<string, string> bodyParams, MsalServiceException ex); public void ResetCache(); public void TryThrottle(AuthenticationRequestParameters requestParams, IReadOnlyDictionary<string, string> bodyParams); } }