QGrpcInsecureCallCredentials Class
The QGrpcInsecureCallCredentials class is a dummy implementation of QGrpcCallCredentials. More...
Header: | #include <QGrpcInsecureCallCredentials> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Grpc) target_link_libraries(mytarget PRIVATE Qt6::Grpc) |
Since: | Qt 6.5 |
Inherits: | QGrpcCallCredentials |
Public Functions
virtual | ~QGrpcInsecureCallCredentials() override |
Reimplemented Public Functions
virtual QGrpcCredentialMap | operator()() const override |
Detailed Description
It doesn't provide any extra information to the channel. Use it when you don't need any call credentials.
Member Function Documentation
[override virtual]
QGrpcInsecureCallCredentials::~QGrpcInsecureCallCredentials()
Destroys the QGrpcInsecureCallCredentials object.
[override virtual]
QGrpcCredentialMap QGrpcInsecureCallCredentials::operator()() const
Reimplements: QGrpcCallCredentials::operator()() const.
Returns an empty QGrpcCredentialMap.