<PackageReference Include="Microsoft.Identity.Client" Version="4.85.0" />

Microsoft.Identity.Client.OAuth2.Throttling.ThrottleCommon

static class ThrottleCommon
namespace Microsoft.Identity.Client.OAuth2.Throttling { internal static class ThrottleCommon { public const string ThrottleRetryAfterHeaderName = "x-ms-lib-capability"; public const string ThrottleRetryAfterHeaderValue = "retry-after, h429"; public static string GetRequestStrictThumbprint(IReadOnlyDictionary<string, string> bodyParams, string authority, string homeAccountId); public static void TryThrowServiceException(string thumbprint, ThrottlingCache cache, ILoggerAdapter logger, string providerName); } }