ChaitanyaKaranam/servicenow-rest-api

Authenticate() issue

Closed this issue · 0 comments

No callback is available for Authenticate function in servicenow.js

the below is not working. Not able to know if authentication is successful or not.

ServiceNow.Authenticate(res=>{
console.log(res.status);
});