blocking_put_auth

Function blocking_put_auth 

Source
pub fn blocking_put_auth(
    server_url: Url,
    agent_info: &AgentInfoSigned,
    auth_material: Option<&AuthMaterial>,
) -> K2Result<()>
Expand description

Send the agent info, for the given space, to the bootstrap server.

Note the blocking_ prefix. This is a hint to the caller that if the function is used in an async context, it should be treated as a blocking operation.