Function grpcio_sys::grpc_tls_credentials_options_set_server_authorization_check_config [−][src]
pub unsafe extern "C" fn grpc_tls_credentials_options_set_server_authorization_check_config(
options: *mut grpc_tls_credentials_options,
config: *mut grpc_tls_server_authorization_check_config
)
Sets the configuration for a custom authorization check performed at the end of the handshake. The |options| will implicitly take a new ref to the |config|. It returns 1 on success and 0 on failure. It is used for experimental purpose for now and subject to change.