Try to remove the dependency on a curl header in client secret credential implementation (#1086)

Ideally, there should be no direct dependency on a specific transport adapter, even in the implementation.
This commit is contained in:
Ahson Khan 2020-12-07 15:07:14 -08:00 committed by GitHub
parent 4cc1754b63
commit dd65f20a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
#include "azure/identity/client_secret_credential.hpp"
#include <azure/core/http/curl/curl.hpp>
#include <azure/core/http/pipeline.hpp>
#include <iomanip>