{ "authentications": { "userAuth": { "authType": "Basic", "url": "https://url:443/odata/v2/Users", "httpMethod": "POST", "httpContentType": "application/x-www-form-urlencoded", "properties": { "userName": "****", "password": "&&&^^^" }, "expiryError": "ExpiredAuthenticationToken", "timeOutError": "Read timed out", "errorPath": "error.code", "retryFailureStatusCode": [ 401, 403 ], "maxRefreshTryCount": 5, "tokenResponsePath": "access_token", "tokenType": "Basic", "accessToken": "Basic ***^&%$" } } }