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_Type
property toOAuth_2.0
. - Set the
OAuthMechanism
property to2
. - Set the
ClientId
property to your client ID. - Set the
ClientSecret
property to your client secret. - Set the
RefreshToken
property to your refresh token. - 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
.
- Configuring Authentication
- Configuring the Driver on page 1