GRPC C++
1.30.0
|
TLS server authorization check config, wraps grps_tls_server_authorization_check_config. More...
#include <tls_credentials_options.h>
Public Member Functions | |
TlsServerAuthorizationCheckConfig (std::shared_ptr< TlsServerAuthorizationCheckInterface > server_authorization_check_interface) | |
~TlsServerAuthorizationCheckConfig () | |
int | Schedule (TlsServerAuthorizationCheckArg *arg) const |
void | Cancel (TlsServerAuthorizationCheckArg *arg) const |
grpc_tls_server_authorization_check_config * | c_config () const |
Returns C struct for the server authorization check config. More... | |
TLS server authorization check config, wraps grps_tls_server_authorization_check_config.
It is used for experimental purposes for now and it is subject to change.
grpc_impl::experimental::TlsServerAuthorizationCheckConfig::TlsServerAuthorizationCheckConfig | ( | std::shared_ptr< TlsServerAuthorizationCheckInterface > | server_authorization_check_interface | ) |
grpc_impl::experimental::TlsServerAuthorizationCheckConfig::~TlsServerAuthorizationCheckConfig | ( | ) |
|
inline |
Returns C struct for the server authorization check config.
|
inline |
|
inline |