QtProtobuf  0.6
Protobuf plugin to generate Qt classes
QtProtobuf::QGrpcCallCredentials Class Reference

The QGrpcCallCredentials is base class for gRPC call credentials. More...

#include <qgrpccredentials.h>

Inheritance diagram for QtProtobuf::QGrpcCallCredentials:
Inheritance graph
[legend]

Detailed Description

The QGrpcCallCredentials is base class for gRPC call credentials.

You may inherrit of this calls to create you own credentials implementation, that will be used for each method call. Classes inherited of QGrpcCallCredentials should reimplement QtProtobuf::QGrpcCredentialMap operator() method and return actual credentials map for the call.


The documentation for this class was generated from the following file: