[][src]Function grpcio_sys::grpc_call_auth_context

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

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