pub fn register_live_runtime(
runtime_session_id: impl Into<String>,
source: LiveRuntimeSource,
base_url: impl Into<String>,
token: impl Into<String>,
) -> Result<LiveRuntimeRegistration, LiveRuntimeReceiptError>Expand description
Register an authenticated loopback runtime and return its opaque endpoint.