Microsoft.Identity.Client.OAuth2.Throttling.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);
}
}