aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/transport/auth_filters.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-11-06 09:45:55 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-11-06 09:45:55 -0800
commit9ab26feb68e92f7709010ddf7ac4ad4d83980018 (patch)
treec6c9b2d94a29c6d34f184ae169e22e202b17d45e /src/core/lib/security/transport/auth_filters.h
parente182e6783c66723b27abb6645cb50c2b14773c9a (diff)
parente5bca395f9bd9e6c017db3fd318ec608b5289341 (diff)
Merge github.com:grpc/grpc into 50
Diffstat (limited to 'src/core/lib/security/transport/auth_filters.h')
-rw-r--r--src/core/lib/security/transport/auth_filters.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/lib/security/transport/auth_filters.h b/src/core/lib/security/transport/auth_filters.h
index ba5df7fe70..6376929890 100644
--- a/src/core/lib/security/transport/auth_filters.h
+++ b/src/core/lib/security/transport/auth_filters.h
@@ -19,6 +19,7 @@
#ifndef GRPC_CORE_LIB_SECURITY_TRANSPORT_AUTH_FILTERS_H
#define GRPC_CORE_LIB_SECURITY_TRANSPORT_AUTH_FILTERS_H
+#include <grpc/grpc_security.h>
#include "src/core/lib/channel/channel_stack.h"
#ifdef __cplusplus
@@ -28,6 +29,13 @@ extern "C" {
extern const grpc_channel_filter grpc_client_auth_filter;
extern const grpc_channel_filter grpc_server_auth_filter;
+void grpc_auth_metadata_context_build(
+ const char* url_scheme, grpc_slice call_host, grpc_slice call_method,
+ grpc_auth_context* auth_context,
+ grpc_auth_metadata_context* auth_md_context);
+
+void grpc_auth_metadata_context_reset(grpc_auth_metadata_context* context);
+
#ifdef __cplusplus
}
#endif