pub async fn spawn_handoff_server(token: String) -> Result<HandoffServer>Expand description
Bind a loopback handoff server holding token, retrievable once via the
nonce-keyed path. Returns once the listener is bound. Must be called from
within a tokio runtime.