Update perf test secret_credential_test.hpp to be more generic to make modifications easier (#5150)

This commit is contained in:
Ahson Khan 2023-11-09 19:54:05 -08:00 committed by GitHub
parent 7632d67584
commit b082d54656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ namespace Azure { namespace Identity { namespace Test {
std::string m_clientId;
std::string m_secret;
Core::Credentials::TokenRequestContext m_tokenRequestContext;
std::unique_ptr<Azure::Identity::ClientSecretCredential> m_credential;
std::unique_ptr<Azure::Core::Credentials::TokenCredential> m_credential;
public:
/**