grpc_tls_server_authorization_check_arg

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

cb
void function(grpc_tls_server_authorization_check_arg*) cb;
Undocumented in source.
cb_user_data
void* cb_user_data;
Undocumented in source.
config
grpc_tls_server_authorization_check_config* config;
Undocumented in source.
context
void* context;
Undocumented in source.
destroy_context
void function(void*) destroy_context;
Undocumented in source.
error_details
const(char)* error_details;
Undocumented in source.
peer_cert
const(char)* peer_cert;
Undocumented in source.
peer_cert_full_chain
const(char)* peer_cert_full_chain;
Undocumented in source.
status
grpc_status_code status;
Undocumented in source.
success
int success;
Undocumented in source.
target_name
const(char)* target_name;
Undocumented in source.

Meta