Added comment about where Google credentials come from

This commit is contained in:
murgatroid99 2015-02-18 17:06:34 -08:00
parent 9910878852
commit 084fa910d0
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ function load(filename) {
/**
* Get a function that a client can use to update metadata with authentication
* information from a Google Auth credential object.
* information from a Google Auth credential object, which comes from the
* googleauth library.
* @param {Object} credential The credential object to use
* @return {function(Object, callback)} Metadata updater function
*/