Need info on Calling RingCentral C# Authorize Method? There seems to be little or no documentation on this thing I'm trying this:
public async void MyLogin()
{
await myClient.Authorize("+1XXXXXXXXX", "", "password");
}
This is no good of course it needs to return something but what? Please guys need more documentation!!!!
Thanks