Using RefreshToken OAuth 2.0

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

To configure RefreshToken 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