Microsoft.Identity.Client.Region.RegionOutcome
Indicates where the region information came from.
namespace Microsoft.Identity.Client.Region
{
public enum RegionOutcome
{
None,
UserProvidedValid,
UserProvidedAutodetectionFailed,
UserProvidedInvalid,
AutodetectSuccess,
FallbackToGlobal
}
}