The QGrpcCredentials class is combination of call and channel credentials that is used by gRPC channels to communicate to services with given authentications parameters.
More...
#include <qgrpccredentials.h>
|
| QGrpcCredentials (const Call &call, const Channel &channel) |
|
| QGrpcCredentials (const Call &call) |
|
| QGrpcCredentials (const Channel &channel) |
|
QGrpcCredentialMap | callCredentials () override |
|
QGrpcCredentialMap | channelCredentials () override |
|
template<typename Call, typename Channel, typename std::enable_if_t< std::is_base_of< QtProtobuf::QGrpcCallCredentials, Call >::value &&std::is_base_of< QtProtobuf::QGrpcChannelCredentials, Channel >::value, int > = 0>
class QtProtobuf::QGrpcCredentials< Call, Channel, >
The QGrpcCredentials class is combination of call and channel credentials that is used by gRPC channels to communicate to services with given authentications parameters.
The documentation for this class was generated from the following file: