pub async fn download_from_invite_code(
endpoints: &ConnectorRegistry,
invite: &InviteCode,
) -> Result<(ClientConfig, DynGlobalApi), ClientConfigDownloadError>Expand description
Tries to download the ClientConfig, attempts to retry ten times before
giving up.