Azure.Identity.IdentityCompatSwitches
class IdentityCompatSwitches
namespace Azure.Identity
{
internal class IdentityCompatSwitches
{
public static bool DisableInteractiveBrowserThreadpoolExecution { get; }
public static bool DisableCP1 { get; }
public static bool DisableTenantDiscovery { get; }
public IdentityCompatSwitches();
}
}