struct verify_peer_options

Defined at line 278 of file ../../third_party/grpc-migrating/src/include/grpc/credentials.h

Deprecated in favor of grpc_ssl_verify_peer_options. It will be removed

after all of its call sites are migrated to grpc_ssl_verify_peer_options.

Object that holds additional peer-verification options on a secure

channel.

Public Members

int (*)(const char *, const char *, void *) verify_peer_callback
void * verify_peer_callback_userdata
void (*)(void *) verify_peer_destruct