Hello,
I've updated to the .NET 200.6 SDK and am noticing a number of deprecations concerning OAuth classes. Does the .NET team have an up-to-date sample that shows best practices for a client application logging a user in via OAuth? If so, I would appreciate a pointer as I'm not finding the relevant bits.
[EDIT] I'm talking about the deprecations listed here, specifically this info:
OAuthUserCredential : A new type that provides secure, refreshable access tokens for accessing protected services using the "authorization code" workflow. This class replaces OAuthTokenCredential as the preferred OAuth 2.0 approach for user authentication, and needs an OAuthUserConfiguration to be registered instead of ServerInfo.
Thanks
MQ