finished implementation of code to follow documentation. Also made fixes as per pr comments

This commit is contained in:
Almir Kadric
2014-09-19 03:53:30 +00:00
parent 8cfdc83044
commit 4ca5494740

View File

@@ -38,4 +38,4 @@ exports.getToken = function (iss, key, scope, cb) {
return cb(null, responseObject);
});
}
};