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:
parent
4cc1754b63
commit
dd65f20a1f
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user