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

Microsoft.Identity.Client.Region.RegionOutcome

public enum RegionOutcome
Indicates where the region information came from.

Region autodetect requested and was successful

Region autodetect requested but failed. Fallback to global

None = 0

Indicates that no region outcome was recorded.

Region provided by the user and used without auto-detection.

Region provided by the user, auto detection cannot be done.

Region provided by the user, does not match auto detected region.

Region provided by the user, matches auto detected region.