GRPC Core
9.0.0
|
#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 |
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 | ) |
const grpc_channel_filter grpc_client_auth_filter |
const grpc_channel_filter grpc_server_auth_filter |