#include <grpc_security.h>
Classes | |
struct | peer_info |
Public Attributes | |
struct grpc_tls_custom_verification_check_request::peer_info | peer_info |
const char * | target_name |
EXPERIMENTAL API - Subject to change
The read-only request information exposed in a verification call. Callers should not directly manage the ownership of it. We will make sure it is always available inside verify() or cancel() call, and will destroy the object at the end of custom verification.
Definition at line 907 of file grpc_security.h.
struct grpc_tls_custom_verification_check_request::peer_info grpc_tls_custom_verification_check_request::peer_info |
const char* grpc_tls_custom_verification_check_request::target_name |
Definition at line 910 of file grpc_security.h.