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