aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/oauth2_utils.c
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2016-01-19 17:14:38 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2016-05-18 22:18:09 -0700
commit2e3c9ad6dd6fbf4f7532eedd9d5d2b52e7a3eb1f (patch)
treebb4e409b90fd3904b9f700533590d8e2b1c66f90 /test/core/security/oauth2_utils.c
parenta71b0afdc2916e85c03d73eb9fbedd3d9070676a (diff)
Starting the work to fix #3803.
- We still need a way to bubble up this error.
Diffstat (limited to 'test/core/security/oauth2_utils.c')
-rw-r--r--test/core/security/oauth2_utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/security/oauth2_utils.c b/test/core/security/oauth2_utils.c
index 20815d184c..10155fccf5 100644
--- a/test/core/security/oauth2_utils.c
+++ b/test/core/security/oauth2_utils.c
@@ -53,7 +53,8 @@ typedef struct {
static void on_oauth2_response(grpc_exec_ctx *exec_ctx, void *user_data,
grpc_credentials_md *md_elems, size_t num_md,
- grpc_credentials_status status) {
+ grpc_credentials_status status,
+ const char *error_details) {
oauth2_request *request = user_data;
char *token = NULL;
gpr_slice token_slice;