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.