aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-14 10:54:29 -0700
committerGravatar yang-g <yangg@google.com>2015-07-14 10:54:29 -0700
commit5bf510bba1ef0b3889be22f027b2a54e6ab4f97c (patch)
tree73abc3b45276dc50c3b08b7836353447105a6424 /test/cpp/interop/interop_client.h
parent76fcaeeeb52abdf72f8ee2ef9ef60f26b6514915 (diff)
add per_rpc_creds test case in interop test
Diffstat (limited to 'test/cpp/interop/interop_client.h')
-rw-r--r--test/cpp/interop/interop_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/interop/interop_client.h b/test/cpp/interop/interop_client.h
index 67eecd9ccc..bf8188325e 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -71,6 +71,9 @@ class InteropClient {
// username is a string containing the user email
void DoOauth2AuthToken(const grpc::string& username,
const grpc::string& oauth_scope);
+ // username is a string containing the user email
+ void DoPerRpcCreds(const grpc::string& username,
+ const grpc::string& oauth_scope);
private:
void PerformLargeUnary(SimpleRequest* request, SimpleResponse* response);