pub async fn perform( http_client: Arc<dyn HttpClient>, client_id: &str, client_secret: &str, scopes: &[&str], tenant_id: &str, ) -> Result<LoginResponse>
Perform the client credentials flow