pub fn push_metadata(
    request: &mut Request<()>,
    tenant: &str,
    requestor: &str
) -> Result<(), String>
Expand description

Emplace tenant and requestor information on a request’s metadata.

Returns a string indicating the kind of error if it fails.