Skip to content
Snippets Groups Projects
Commit bdc8baf4 authored by murgatroid99's avatar murgatroid99
Browse files

Added comment about where Google credentials come from

parent 84193cd3
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,8 @@ function load(filename) { ...@@ -75,7 +75,8 @@ function load(filename) {
/** /**
* Get a function that a client can use to update metadata with authentication * 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 * @param {Object} credential The credential object to use
* @return {function(Object, callback)} Metadata updater function * @return {function(Object, callback)} Metadata updater function
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment