azalea_auth::sessionserver

Function join_with_server_id_hash

Source
pub async fn join_with_server_id_hash(
    client: &Client,
    access_token: &str,
    uuid: &Uuid,
    server_hash: &str,
) -> Result<(), ClientSessionServerError>