<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview4-GetManagedIdentityCapabilitiesAsync" />

Microsoft.Identity.Client.Platforms.Android.Broker.BrokerResponseCode

namespace Microsoft.Identity.Client.Platforms.Android.Broker { internal enum BrokerResponseCode { UserCancelled = 2001, BrowserCodeError = 2002, ResponseReceived = 2004 } }