grpcio_sys

Function grpc_call_auth_context

Source
pub unsafe extern "C" fn grpc_call_auth_context(
    call: *mut grpc_call,
) -> *mut grpc_auth_context
Expand description

Gets the auth context from the call. Caller needs to call grpc_auth_context_release on the returned context.