GRPC C++  1.80.0
Data Fields
grpc::experimental::IdentityKeyOrSignerCertPair Struct Reference

#include <tls_certificate_provider.h>

Data Fields

std::variant< std::string, std::shared_ptr< PrivateKeySigner > > private_key
 
std::string certificate_chain
 

Field Documentation

◆ certificate_chain

std::string grpc::experimental::IdentityKeyOrSignerCertPair::certificate_chain

◆ private_key

std::variant<std::string, std::shared_ptr<PrivateKeySigner> > grpc::experimental::IdentityKeyOrSignerCertPair::private_key

The documentation for this struct was generated from the following file: