GRPC C++
1.30.0
|
User defined metadata credentials. More...
#include <credentials_impl.h>
Public Member Functions | |
virtual | ~MetadataCredentialsPlugin () |
virtual bool | IsBlocking () const |
If this method returns true, the Process function will be scheduled in a different thread from the one processing the call. More... | |
virtual const char * | GetType () const |
Type of credentials this plugin is implementing. More... | |
virtual grpc::Status | GetMetadata (grpc::string_ref service_url, grpc::string_ref method_name, const grpc::AuthContext &channel_auth_context, std::multimap< grpc::string, grpc::string > *metadata)=0 |
Gets the auth metatada produced by this plugin. More... | |
virtual grpc::string | DebugString () |
User defined metadata credentials.
|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |
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.
|
inlinevirtual |
Type of credentials this plugin is implementing.
|
inlinevirtual |
If this method returns true, the Process function will be scheduled in a different thread from the one processing the call.