User defined metadata credentials.
More...
#include <credentials_impl.h>
User defined metadata credentials.
◆ ~MetadataCredentialsPlugin()
| virtual grpc_impl::MetadataCredentialsPlugin::~MetadataCredentialsPlugin |
( |
| ) |
|
|
inlinevirtual |
◆ DebugString()
| virtual std::string grpc_impl::MetadataCredentialsPlugin::DebugString |
( |
| ) |
|
|
inlinevirtual |
◆ GetMetadata()
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.
◆ GetType()
| virtual const char* grpc_impl::MetadataCredentialsPlugin::GetType |
( |
| ) |
const |
|
inlinevirtual |
Type of credentials this plugin is implementing.
◆ IsBlocking()
| virtual bool grpc_impl::MetadataCredentialsPlugin::IsBlocking |
( |
| ) |
const |
|
inlinevirtual |
If this method returns true, the Process function will be scheduled in a different thread from the one processing the call.
The documentation for this class was generated from the following file: