QGrpcCredentials Class
template <typename Call, typename Channel, typename std::enable_if_t<std::conjunction_v<std::is_base_of<QGrpcCallCredentials, Call>, std::is_base_of<QGrpcChannelCredentials, Channel>>, int>> class QGrpcCredentialsThe QGrpcCredentials class is a combination of call and channel credentials that is used by gRPC channels to communicate with services, using the given authentication parameters. More...
Header: | #include <QGrpcCredentials> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Grpc) target_link_libraries(mytarget PRIVATE Qt6::Grpc) |
Since: | Qt 6.5 |
Inherits: | QAbstractGrpcCredentials |