Hello Everyone, this is the code snippet. This is working on the previous version of my site, DNN 5.6, but since I upgraded to DNN 9, this method fails to execute and takes an infinite amount of time to load.
RestClient restClient = new RestClient(matchMaker.ClientRingCentralId, matchMaker.ClientSecret, RestClient.ProductionServer);
await restClient.Authorize(matchMaker.JwtAuthToken);
The credentials are the same in both versions.