aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/security
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-05-23 09:20:39 -0700
committerGravatar GitHub <noreply@github.com>2017-05-23 09:20:39 -0700
commit34011f19ed40503fa658234742b3a4b85476af1a (patch)
tree12f9d4cc4e47027db8beb7fe46f44534f9d8472c /include/grpc++/security
parent6fb840b8cd2888ceb5517577dd2c4fd7ec9637df (diff)
parent98bb6323ae25d8c7a52617b615a6c3b43879e683 (diff)
Merge pull request #11246 from markdroth/doc_fixes
More Doxygen comment improvements.
Diffstat (limited to 'include/grpc++/security')
-rw-r--r--include/grpc++/security/auth_metadata_processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/grpc++/security/auth_metadata_processor.h b/include/grpc++/security/auth_metadata_processor.h
index 18e8a47515..7df796574c 100644
--- a/include/grpc++/security/auth_metadata_processor.h
+++ b/include/grpc++/security/auth_metadata_processor.h
@@ -42,6 +42,9 @@
namespace grpc {
+/// Interface allowing custom server-side authorization based on credentials
+/// encoded in metadata. Objects of this type can be passed to
+/// \a ServerCredentials::SetAuthMetadataProcessor().
class AuthMetadataProcessor {
public:
typedef std::multimap<grpc::string_ref, grpc::string_ref> InputMetadata;