aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/cli_credentials.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-09-10 11:19:53 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-09-10 11:19:53 -0700
commitef1a390d1d52ebc279aab7dc940676db3c02d5ed (patch)
tree097236887505f4a1ea272cbad4d2b11e30fcd82b /test/cpp/util/cli_credentials.h
parent5946ae5eff6cb97d0f5aed2bceda34811c6290fc (diff)
parent2edfddb66f84841fb39d01e335d19f13a09519cf (diff)
Merge branch 'master' of https://github.com/grpc/grpc into channelz-server
Diffstat (limited to 'test/cpp/util/cli_credentials.h')
-rw-r--r--test/cpp/util/cli_credentials.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/util/cli_credentials.h b/test/cpp/util/cli_credentials.h
index 4636d3ca14..472c7abef2 100644
--- a/test/cpp/util/cli_credentials.h
+++ b/test/cpp/util/cli_credentials.h
@@ -36,6 +36,9 @@ class CliCredentials {
// Returns the appropriate channel_creds_type value for the set of legacy
// flag arguments.
virtual grpc::string GetDefaultChannelCredsType() const;
+ // Returns the appropriate call_creds value for the set of legacy flag
+ // arguments.
+ virtual grpc::string GetDefaultCallCreds() const;
// Returns the base transport channel credentials. Child classes can override
// to support additional channel_creds_types unknown to this base class.
virtual std::shared_ptr<grpc::ChannelCredentials> GetChannelCredentials()