<PackageReference Include="Microsoft.Identity.Client" Version="4.86.0" />

Microsoft.Identity.Client.Platforms.Android.Broker.AndroidBrokerInteractiveResponseHelper

namespace Microsoft.Identity.Client.Platforms.Android.Broker { internal static class AndroidBrokerInteractiveResponseHelper { public static SemaphoreSlim ReadyForResponse { get; set; } public static MsalTokenResponse InteractiveBrokerTokenResponse { get; set; } public static string InteractiveRequestCorrelationId { get; set; } } }