Question

I'm trying to access VersionOne using VersionOne.SDK.APIClient and OAuth2Client. I was able to create a client_secrets.json and stored_credentials.json

I may not be using the right version of one of VersionOne.SDK.APIClient since it does not contain this V1OAuth2APIConnector..

Any help on this would be appreciated.

Was it helpful?

Solution

The SDK is available on GitHub here. This file contains the V1OAuth2APIConnector class.

According to the source, V1OAuth2APIConnector is in the VersionOne.SDK.APIClient namespace. If you can't find it there, then you're using the wrong version of the SDK and need to update.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top