| 
    GRPC Core
    51.0.0
    
   | 
 
Context that can be used by metadata credentials plugin in order to create auth related metadata. More...
#include <credentials.h>
Data Fields | |
| const char * | service_url | 
| The fully qualified service url.  More... | |
| const char * | method_name | 
| The method name of the RPC being called (not fully qualified).  More... | |
| const grpc_auth_context * | channel_auth_context | 
| The auth_context of the channel which gives the server's identity.  More... | |
| void * | reserved | 
| Reserved for future use.  More... | |
Context that can be used by metadata credentials plugin in order to create auth related metadata.
| const grpc_auth_context* grpc_auth_metadata_context::channel_auth_context | 
The auth_context of the channel which gives the server's identity.
| const char* grpc_auth_metadata_context::method_name | 
The method name of the RPC being called (not fully qualified).
The fully qualified method name can be built from the service_url: full_qualified_method_name = ctx->service_url + '/' + ctx->method_name.
| void* grpc_auth_metadata_context::reserved | 
Reserved for future use.
| const char* grpc_auth_metadata_context::service_url | 
The fully qualified service url.
 1.8.17