Microsoft.Identity.Client.PlatformsCommon.Shared.DeviceAuthManager
namespace Microsoft.Identity.Client.PlatformsCommon.Shared
{
internal class DeviceAuthManager : IDeviceAuthManager
{
public DeviceAuthManager(ICryptographyManager cryptographyManager);
public bool (HttpResponseHeaders responseHeaders, Uri endpointUri, out string responseHeader);
}
}