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

Microsoft.Identity.Client.PlatformsCommon.Shared.DeviceAuthHelper

namespace Microsoft.Identity.Client.PlatformsCommon.Shared { internal class DeviceAuthHelper { public static IDictionary<string, string> ParseChallengeData(HttpResponseHeaders responseHeaders); public static bool IsDeviceAuthChallenge(HttpResponseHeaders responseHeaders); public static string GetBypassChallengeResponse(HttpResponseHeaders responseHeaders); public static string GetBypassChallengeResponse(Dictionary<string, string> response); public static bool CanOSPerformPKeyAuth(); public DeviceAuthHelper(); } }