aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/security
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-05-19 13:16:13 -0700
committerGravatar Mark D. Roth <roth@google.com>2017-05-19 13:16:13 -0700
commit127fdaeace0bd1715ae4e6b8ece6bd838d766819 (patch)
tree737bca677bd42f6acde3a1268ffef9317145abb3 /include/grpc++/security
parentaf3cc761adfd06b7620b77d70e87640b7a341ba1 (diff)
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 3536923146..9d3d41a7a0 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;