struct grpc_tls_certificate_verifier_external

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

EXPERIMENTAL API - Subject to change

A struct containing all the necessary functions a custom external verifier

needs to implement to be able to be converted to an internal verifier.

Public Members

void * user_data
int (*)(void *, grpc_tls_custom_verification_check_request *, grpc_tls_on_custom_verification_check_done_cb, void *, grpc_status_code *, char **) verify
void (*)(void *, grpc_tls_custom_verification_check_request *) cancel
void (*)(void *) destruct