Microsoft.Identity.Client.Platforms.Android.Broker.ContentResolverOperation
namespace Microsoft.Identity.Client.Platforms.Android.Broker
{
internal enum ContentResolverOperation
{
hello,
acquireTokenInteractive,
acquireTokenSilent,
getAccounts,
removeAccounts
}
}