28 #include "qtgrpcglobal.h"
34 namespace QtProtobuf {
36 using QGrpcCredentialMap = QHash<QLatin1String, QVariant>;
39 class Q_GRPC_EXPORT QAbstractGrpcCredentials {
41 virtual ~QAbstractGrpcCredentials() =
default;
42 virtual QGrpcCredentialMap callCredentials() = 0;
43 virtual QGrpcCredentialMap channelCredentials() = 0;