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);
}
}