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
)
Expand description

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 is used for experimental purpose for now and subject to change.