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

Microsoft.Identity.Client.Platforms.Features.DesktopOs.SessionAttributeBits

namespace Microsoft.Identity.Client.Platforms.Features.DesktopOs { internal enum SessionAttributeBits { SessionIsRoot = 1, SessionHasGraphicAccess = 16, SessionHasTty = 32, SessionIsRemote = 4096 } }