Microsoft.Identity.Client.OAuth2.Throttling.IThrottlingProvider
interface IThrottlingProvider
void RecordException(AuthenticationRequestParameters requestParams, IReadOnlyDictionary<string, string> bodyParams, MsalServiceException ex)
void ResetCache()
For test purposes, so that the static state can be reset
void TryThrottle(AuthenticationRequestParameters requestParams, IReadOnlyDictionary<string, string> bodyParams)