34 #ifndef GRPC_INTERNAL_CPP_CLIENT_SECURE_CREDENTIALS_H
35 #define GRPC_INTERNAL_CPP_CLIENT_SECURE_CREDENTIALS_H
37 #include <grpc/grpc_security.h>
56 grpc_credentials*
const c_creds_;
61 #endif // GRPC_INTERNAL_CPP_CLIENT_SECURE_CREDENTIALS_H
bool ApplyToCall(grpc_call *call) GRPC_OVERRIDE
Definition: secure_credentials.cc:51
Definition: channel_arguments.h:52
SecureCredentials * AsSecureCredentials() GRPC_OVERRIDE
Definition: secure_credentials.h:53
std::shared_ptr< grpc::ChannelInterface > CreateChannel(const string &target, const grpc::ChannelArguments &args) GRPC_OVERRIDE
Definition: secure_credentials.cc:42
#define GRPC_FINAL
Definition: config.h:71
Definition: credentials.h:47
SecureCredentials(grpc_credentials *c_creds)
Definition: secure_credentials.h:46
~SecureCredentials() GRPC_OVERRIDE
Definition: secure_credentials.h:47
grpc_credentials * GetRawCreds()
Definition: secure_credentials.h:48
#define GRPC_OVERRIDE
Definition: config.h:77
Definition: secure_credentials.h:44