GRPC C++  1.62.0
Data Structures | Data Fields
grpc_tls_custom_verification_check_request Struct Reference

EXPERIMENTAL API - Subject to change. More...

#include <grpc_security.h>

Data Structures

struct  peer_info
 

Data Fields

const char * target_name
 
struct grpc_tls_custom_verification_check_request::peer_info peer_info
 

Detailed Description

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.

Field Documentation

◆ peer_info

◆ target_name

const char* grpc_tls_custom_verification_check_request::target_name

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