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.