Skip to main content

In C# web app using the "RestClient" class to access RingCentral. My RingCentral app is public and we will need our various clients to log in to RingCentral (thru our app) in order to accept our app's need for the listed permissions.

Question. What method on the "RestClient" class will allow us to obtain the URL for the RingCentral page that will present this user/pass field to our clients? In a prior version of the client I could specify "AuthorizeUri" and would get (in return) that URL. It's not there any longer. Is the RestClient the wrong class for this?


Thanks

You can follow the QS sample from here.


This sample might work with the NuGet package "RingCentral.Client", but the recommended package "RingCentral.Net" doesn't seem to have the "AuthorizeUri" method however. Is there another method in this package that is equivalent?


Reply