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