GRPC C++  1.39.1
Functions | Variables
auth_filters.h File Reference
#include <grpc/support/port_platform.h>
#include <grpc/grpc_security.h>
#include "src/core/lib/channel/channel_stack.h"

Go to the source code of this file.

Functions

void grpc_auth_metadata_context_build (const char *url_scheme, const grpc_slice &call_host, const grpc_slice &call_method, grpc_auth_context *auth_context, grpc_auth_metadata_context *auth_md_context)
 

Variables

const grpc_channel_filter grpc_client_auth_filter
 
const grpc_channel_filter grpc_server_auth_filter
 

Function Documentation

◆ grpc_auth_metadata_context_build()

void grpc_auth_metadata_context_build ( const char *  url_scheme,
const grpc_slice call_host,
const grpc_slice call_method,
grpc_auth_context auth_context,
grpc_auth_metadata_context auth_md_context 
)

Variable Documentation

◆ grpc_client_auth_filter

const grpc_channel_filter grpc_client_auth_filter
extern

◆ grpc_server_auth_filter

const grpc_channel_filter grpc_server_auth_filter
extern