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