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 |
◆ AsSecureCredentials()
◆ 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 files: