Microsoft.Identity.Client.OAuth2.Throttling.ThrottleCommon
public static string GetRequestStrictThumbprint(IReadOnlyDictionary<string, string> bodyParams, string authority, string homeAccountId)
The strict thumbprint is based on:
ClientId
Authority
Resource
Scope
Account
public static void TryThrowServiceException(string thumbprint, ThrottlingCache cache, ILoggerAdapter logger, string providerName)