{ "authentications": { "userAuth": { "authType": "oauth2", "url": "https://abc.saviyntcloud.com/ECM/api/login", "httpMethod": "POST", "httpParams": "{\"username\": \"user\",\"password\": \"Password\"}", "httpContentType": "application/json", "httpHeaders": { "Content-Type": "application/json" }, "authError": [ "USER_AUTHENTICATION_FAILED", "PARTNER_AUTHENTICATION_FAILED", "AuthenticationFailed" ], "errorPath": "errorCode", "maxRefreshTryCount": 5, "tokenResponsePath": "access_token", "tokenType": "Bearer", "authHeaderName": "Authorization", "accessToken": "Bearer abcd", "retryFailureStatusCode": [ 401 ] } } }