GRPC Core  9.0.0
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)
 
void grpc_auth_metadata_context_copy (grpc_auth_metadata_context *from, grpc_auth_metadata_context *to)
 
void grpc_auth_metadata_context_reset (grpc_auth_metadata_context *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 
)

◆ grpc_auth_metadata_context_copy()

void grpc_auth_metadata_context_copy ( grpc_auth_metadata_context from,
grpc_auth_metadata_context to 
)

◆ grpc_auth_metadata_context_reset()

void grpc_auth_metadata_context_reset ( grpc_auth_metadata_context 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