aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/security
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-11-25 14:42:55 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-11-25 14:42:55 -0800
commit6489740a7c7ef9deac0eb00a9d8a9c56e4145cf9 (patch)
tree9a6a6f02e3d26fdfc1abaf0c9367dd505093253c /include/grpc++/security
parent67c2c957881914aa9b063d1ffb4fb266f5035e09 (diff)
Improving documentation.
Diffstat (limited to 'include/grpc++/security')
-rw-r--r--include/grpc++/security/credentials.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/grpc++/security/credentials.h b/include/grpc++/security/credentials.h
index b21a18656c..ad3572c003 100644
--- a/include/grpc++/security/credentials.h
+++ b/include/grpc++/security/credentials.h
@@ -212,6 +212,10 @@ class MetadataCredentialsPlugin {
virtual const char* GetType() const { return ""; }
// Gets the auth metatada produced by this plugin.
+ // The fully qualified method name is:
+ // service_url + "/" + method_name.
+ // The channel_auth_context contains (among other things), the identity of
+ // the server.
virtual Status GetMetadata(
grpc::string_ref service_url,
grpc::string_ref method_name,