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

Microsoft.Identity.Client.PlatformsCommon.Interfaces.IDeviceAuthManager

interface IDeviceAuthManager
namespace Microsoft.Identity.Client.PlatformsCommon.Interfaces { internal interface IDeviceAuthManager { bool TryCreateDeviceAuthChallengeResponse(HttpResponseHeaders headers, Uri endpointUri, out string responseHeader); } }