GRPC Core  1.0.0
Data Fields
grpc_metadata_credentials_plugin Struct Reference

#include <grpc_security.h>

Data Fields

void(* get_metadata )(void *state, grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, void *user_data)
 
void(* destroy )(void *state)
 
void * state
 
const char * type
 

Field Documentation

void(* grpc_metadata_credentials_plugin::destroy) (void *state)
void(* grpc_metadata_credentials_plugin::get_metadata) (void *state, grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, void *user_data)
void* grpc_metadata_credentials_plugin::state
const char* grpc_metadata_credentials_plugin::type

The documentation for this struct was generated from the following file: