|
GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>#include "src/core/lib/security/credentials/composite/composite_credentials.h"#include <cstring>#include <new>#include "src/core/lib/gprpp/ref_counted_ptr.h"#include "src/core/lib/iomgr/polling_entity.h"#include "src/core/lib/surface/api_trace.h"#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/string_util.h>Functions | |
| grpc_call_credentials * | grpc_composite_call_credentials_create (grpc_call_credentials *creds1, grpc_call_credentials *creds2, void *reserved) |
| Creates a composite call credentials object. More... | |
| grpc_channel_credentials * | grpc_composite_channel_credentials_create (grpc_channel_credentials *channel_creds, grpc_call_credentials *call_creds, void *reserved) |
| Creates a composite channel credentials object. More... | |
| grpc_call_credentials* grpc_composite_call_credentials_create | ( | grpc_call_credentials * | creds1, |
| grpc_call_credentials * | creds2, | ||
| void * | reserved | ||
| ) |
Creates a composite call credentials object.
| grpc_channel_credentials* grpc_composite_channel_credentials_create | ( | grpc_channel_credentials * | channel_creds, |
| grpc_call_credentials * | call_creds, | ||
| void * | reserved | ||
| ) |
Creates a composite channel credentials object.