Function grpcio_sys::grpc_auth_context_set_peer_identity_property_name[][src]

pub unsafe extern "C" fn grpc_auth_context_set_peer_identity_property_name(
    ctx: *mut grpc_auth_context,
    name: *const c_char
) -> c_int
Expand description

Sets the property name. Returns 1 if successful or 0 in case of failure (which means that no property with this name exists).