Using OAuth 2.0

This authentication mechanism requires a client ID, client secret, refresh token, and Sandbox URL.

To configure OAuth 2.0 authentication:

  1. Set the Auth_Type property to OAuth_2.0.
  2. Set the OAuthMechanism property to 2.
  3. Set the ClientId property to your client ID.
  4. Set the ClientSecret property to your client secret.
  5. Set the RefreshToken property to your refresh token.
  6. Optionally, set the URL property to your Sandbox URL
Important:

Important:

The Auth_Type property currently only supports the values Basic or OAuth_2.0, and the OAuthMechanism property currently only supports the value 2.