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

Microsoft.Identity.Client.Region.RegionOutcome

public enum RegionOutcome
Indicates where the region information came from.
namespace Microsoft.Identity.Client.Region { public enum RegionOutcome { None, [Obsolete("MSAL no longer performs auto-discovery for explicitly configured regions. Use UserProvided instead.", false)] UserProvidedValid, [Obsolete("MSAL no longer performs auto-discovery for explicitly configured regions. Use UserProvided instead.", false)] UserProvidedAutodetectionFailed, [Obsolete("MSAL no longer performs auto-discovery for explicitly configured regions. Use UserProvided instead.", false)] UserProvidedInvalid, AutodetectSuccess, FallbackToGlobal, UserProvided } }