A call credentials object encapsulates the state needed by a client to authenticate with a server for a given call on a channel.
More...
#include <credentials_impl.h>
A call credentials object encapsulates the state needed by a client to authenticate with a server for a given call on a channel.
- See also
- https://grpc.io/docs/guides/auth.html
◆ CallCredentials()
grpc_impl::CallCredentials::CallCredentials |
( |
| ) |
|
◆ ~CallCredentials()
grpc_impl::CallCredentials::~CallCredentials |
( |
| ) |
|
◆ ApplyToCall()
virtual bool grpc_impl::CallCredentials::ApplyToCall |
( |
grpc_call * |
call | ) |
|
|
pure virtual |
Apply this instance's credentials to call.
◆ AsSecureCredentials()
virtual SecureCallCredentials* grpc_impl::CallCredentials::AsSecureCredentials |
( |
| ) |
|
|
protectedpure virtual |
◆ DebugString()
virtual grpc::string grpc_impl::CallCredentials::DebugString |
( |
| ) |
|
|
inlinevirtual |
◆ CompositeCallCredentials
Combines two call credentials objects into a composite call credentials.
◆ CompositeChannelCredentials
Combines a channel credentials and a call credentials into a composite channel credentials.
The documentation for this class was generated from the following file: