Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
Property | Description |
AuthScheme | The type of authentication to use when connecting to Magento 2.x. |
URL | Set the URL to the HTTP or HTTPS endpoint of your Magento system. For example, https://magentohost/. We should not append magento2 as suffix in the url if you are connecting to cloud instance. |
User | Username of the currently authenticated user. Used to connect to Magento 2.x servers only. |
Password | Password of the currently authenticated User . Used to connect to Magento 2.x servers. |
AccessToken | The Magento Access Token. |
StoreCode | Specifies the code of the store against which the API requests are executed. |