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

Microsoft.Identity.Client.Region.RegionAutodetectionSource

Indicates where the region information came from.
namespace Microsoft.Identity.Client.Region { internal enum RegionAutodetectionSource { None, FailedAutoDiscovery, Cache, EnvVariable, Imds } }