QtProtobuf  0.6
Protobuf plugin to generate Qt classes
Public Member Functions | List of all members
QtProtobuf::QGrpcCredentials< Call, Channel, > Class Template Referencefinal

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>

Inheritance diagram for QtProtobuf::QGrpcCredentials< Call, Channel, >:
Inheritance graph
[legend]
Collaboration diagram for QtProtobuf::QGrpcCredentials< Call, Channel, >:
Collaboration graph
[legend]

Public Member Functions

 QGrpcCredentials (const Call &call, const Channel &channel)
 
 QGrpcCredentials (const Call &call)
 
 QGrpcCredentials (const Channel &channel)
 
QGrpcCredentialMap callCredentials () override
 
QGrpcCredentialMap channelCredentials () override
 

Detailed Description

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: