aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/oauth2_utils.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-27 09:02:47 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-27 09:02:47 -0700
commita6e022f98f157ff938fbfb90b5666eab83579cd2 (patch)
tree16ef4fc47db6d17022475d96728ceacfff578617 /test/core/security/oauth2_utils.c
parente010fb7d9e1b210a6d74ab4533876aae80543dd0 (diff)
parent0c75c11f96ea14a4d53e24f3524e2fa126e1892a (diff)
Merge github.com:grpc/grpc into %s
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 a334edc32d..9b97c38fcb 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;