class CallCredentials

Defined at line 115 of file ../../third_party/grpc-migrating/src/include/grpcpp/security/credentials.h

A call credentials object encapsulates the state needed by a client to

authenticate with a server for a given call on a channel.

Public Methods

void ~CallCredentials ()
bool ApplyToCall (grpc_call * call)

Apply this instance's credentials to

grpc::string DebugString ()

Protected Methods

void CallCredentials (grpc_call_credentials * creds)

Friends

basic_string CallCredentials ()
class CompositeCallCredentialsImpl
std::shared_ptr<ChannelCredentials> CallCredentials (const std::shared_ptr<ChannelCredentials> & channel_credsconst std::shared_ptr<CallCredentials> & call_creds)