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

The QGrpcChannelCredentials is base class for gRPC channel credentials. More...

#include <qgrpccredentials.h>

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

Detailed Description

The QGrpcChannelCredentials is base class for gRPC channel credentials.

Channel credentials are used by channel once while communication channel establishing. For example Ssl credentials or some session tockens. Classes inherited of QGrpcChannelCredentials should implement QGrpcCredentialMap channelCredentials() const method, that returns session parameters for specific channel.


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