Microsoft.Identity.Client.PlatformsCommon.Shared.NullDeviceAuthManager
Used for platforms that do not implement PKeyAuth.
namespace Microsoft.Identity.Client.PlatformsCommon.Shared
{
internal class NullDeviceAuthManager : IDeviceAuthManager
{
public bool (HttpResponseHeaders headers, Uri endpointUri, out string responseHeader);
public NullDeviceAuthManager();
}
}