QGrpcInsecureCallCredentials Class

The QGrpcInsecureCallCredentials class is a dummy implementation of QGrpcCallCredentials . 更多...

头: #include <QGrpcInsecureCallCredentials>
CMake: find_package(Qt6 REQUIRED COMPONENTS Grpc)
target_link_libraries(mytarget PRIVATE Qt6::Grpc)
Since: Qt 6.5
继承: QGrpcCallCredentials

公共函数

virtual ~QGrpcInsecureCallCredentials () override

重实现公共函数

virtual QGrpcCredentialMap operator() () const override

详细描述

It doesn't provide any extra information to the channel. Use it when you don't need any call credentials.

成员函数文档编制

[override virtual] QGrpcInsecureCallCredentials:: ~QGrpcInsecureCallCredentials ()

销毁 QGrpcInsecureCallCredentials 对象。

[override virtual] QGrpcCredentialMap QGrpcInsecureCallCredentials:: operator() () const

重实现: QGrpcCallCredentials::operator()() const .

Returns an empty QGrpcCredentialMap.