pub async fn try_download_client_config(
endpoints: &ConnectorRegistry,
api_from_invite: &DynGlobalApi,
federation_id: FederationId,
api_secret: Option<String>,
) -> Result<(ClientConfig, DynGlobalApi)>Expand description
Tries to download the ClientConfig only once.