GRPC C++  1.26.0
Public Member Functions | Static Public Member Functions
grpc::MetadataCredentialsPluginWrapper Class Referencefinal

#include <secure_credentials.h>

Public Member Functions

 MetadataCredentialsPluginWrapper (std::unique_ptr< MetadataCredentialsPlugin > plugin)
 

Static Public Member Functions

static void Destroy (void *wrapper)
 
static int GetMetadata (void *wrapper, grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, void *user_data, grpc_metadata creds_md[GRPC_METADATA_CREDENTIALS_PLUGIN_SYNC_MAX], size_t *num_creds_md, grpc_status_code *status, const char **error_details)
 

Constructor & Destructor Documentation

◆ MetadataCredentialsPluginWrapper()

grpc::MetadataCredentialsPluginWrapper::MetadataCredentialsPluginWrapper ( std::unique_ptr< MetadataCredentialsPlugin plugin)
explicit

Member Function Documentation

◆ Destroy()

void grpc::MetadataCredentialsPluginWrapper::Destroy ( void *  wrapper)
static

◆ GetMetadata()

int grpc::MetadataCredentialsPluginWrapper::GetMetadata ( void *  wrapper,
grpc_auth_metadata_context  context,
grpc_credentials_plugin_metadata_cb  cb,
void *  user_data,
grpc_metadata  creds_md[GRPC_METADATA_CREDENTIALS_PLUGIN_SYNC_MAX],
size_t *  num_creds_md,
grpc_status_code status,
const char **  error_details 
)
static

The documentation for this class was generated from the following files: