GRPC C++  1.39.1
Public Member Functions | Static Public Member Functions
grpc::AuthMetadataProcessorAyncWrapper Class Referencefinal

#include <secure_server_credentials.h>

Public Member Functions

 AuthMetadataProcessorAyncWrapper (const std::shared_ptr< AuthMetadataProcessor > &processor)
 

Static Public Member Functions

static void Destroy (void *wrapper)
 
static void Process (void *wrapper, grpc_auth_context *context, const grpc_metadata *md, size_t num_md, grpc_process_auth_metadata_done_cb cb, void *user_data)
 

Constructor & Destructor Documentation

◆ AuthMetadataProcessorAyncWrapper()

grpc::AuthMetadataProcessorAyncWrapper::AuthMetadataProcessorAyncWrapper ( const std::shared_ptr< AuthMetadataProcessor > &  processor)
inlineexplicit

Member Function Documentation

◆ Destroy()

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

◆ Process()

void grpc::AuthMetadataProcessorAyncWrapper::Process ( void *  wrapper,
grpc_auth_context context,
const grpc_metadata md,
size_t  num_md,
grpc_process_auth_metadata_done_cb  cb,
void *  user_data 
)
static

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