#include <secure_credentials.h>
Public Member Functions | |
SecureChannelCredentials * | AsSecureCredentials () override |
std::shared_ptr< Channel > | CreateChannelImpl (const std::string &target, const ChannelArguments &args) override |
grpc_channel_credentials * | GetRawCreds () |
SecureChannelCredentials (grpc_channel_credentials *c_creds) | |
~SecureChannelCredentials () override | |
![]() | |
def | __init__ (self, credentials) |
ChannelCredentials () | |
~ChannelCredentials () override | |
Private Member Functions | |
std::shared_ptr< Channel > | CreateChannelWithInterceptors (const std::string &target, const ChannelArguments &args, std::vector< std::unique_ptr< grpc::experimental::ClientInterceptorFactoryInterface >> interceptor_creators) override |
Private Attributes | |
grpc_channel_credentials *const | c_creds_ |
Additional Inherited Members |
Definition at line 49 of file secure_credentials.h.
|
explicit |
Definition at line 57 of file secure_credentials.cc.
|
inlineoverride |
Definition at line 52 of file secure_credentials.h.
|
inlineoverridevirtual |
Implements grpc::ChannelCredentials.
Definition at line 61 of file secure_credentials.h.
|
override |
Definition at line 63 of file secure_credentials.cc.
|
overrideprivate |
Definition at line 72 of file secure_credentials.cc.
|
inline |
Definition at line 56 of file secure_credentials.h.
|
private |
Definition at line 69 of file secure_credentials.h.