Microsoft's instructions for authenticating with OAUTH don't work with the current version of ADAL (v.3.13.4)
https://msdn.microsoft.com/en-us/library/gg327838.aspx
The instructions say to use AuthenticationContext.AcquireToken(), but this method does not exist in ADAL any more. Instead there are flavors of AcquireTokenAsync[...](), none of which take the same arguments shown in the example.
Where can we find updated documentation on how to authenticate with ADAL?
I've gotten no replies on the "CRM" forum, so I'm moving the question here.