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.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::CallCredentials::~CallCredentials |
( |
| ) |
|
|
override |
◆ CallCredentials()
◆ ApplyToCall()
bool grpc::CallCredentials::ApplyToCall |
( |
grpc_call * |
call | ) |
|
Apply this instance's credentials to call.
◆ DebugString()
grpc::string grpc::CallCredentials::DebugString |
( |
| ) |
|
◆ CompositeCallCredentialsImpl
friend class CompositeCallCredentialsImpl |
|
friend |
◆ CompositeChannelCredentials
Combines a channel credentials and a call credentials into a composite channel credentials.
◆ grpc::testing::GetOauth2AccessToken
The documentation for this class was generated from the following file: