Using OAuth 2.0
This authentication mechanism requires a client ID, client secret, refresh token, and Sandbox URL.
To configure OAuth 2.0 authentication:
- Set the
Auth_Typeproperty toOAuth_2.0. - Set the
OAuthMechanismproperty to2. - Set the
ClientIdproperty to your client ID. - Set the
ClientSecretproperty to your client secret. - Set the
RefreshTokenproperty to your refresh token. - Optionally, set the
URLproperty to your Sandbox URL
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.