From 6489740a7c7ef9deac0eb00a9d8a9c56e4145cf9 Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Wed, 25 Nov 2015 14:42:55 -0800 Subject: [PATCH] Improving documentation. --- include/grpc++/security/credentials.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/grpc++/security/credentials.h b/include/grpc++/security/credentials.h index b21a18656cd..ad3572c0037 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,