QGrpcInsecureChannelCredentials Class▲
-
Header: QGrpcInsecureChannelCredentials
-
Since: Qt 6.5
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Grpc)
target_link_libraries(mytarget PRIVATE Qt6::Grpc)
-
Inherits: QGrpcChannelCredentials
I. Detailed Description▲
It doesn't provide any extra information to the channel. Use it when you don't need any channel credentials.
II. Member Function Documentation▲
II-1. [override virtual] QGrpcInsecureChannelCredentials::~QGrpcInsecureChannelCredentials()▲
Destroys the QGrpcInsecureChannelCredentials object.
II-2. [override virtual] QGrpcCredentialMap QGrpcInsecureChannelCredentials::channelCredentials() const▲
Reimplements: QGrpcChannelCredentials::channelCredentials() const.
Returns an empty QGrpcCredentialMap.