From 084fa910d07cef6ef70be7da60e6f1c978dc4eef Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 18 Feb 2015 17:06:34 -0800 Subject: [PATCH] Added comment about where Google credentials come from --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index f7cbdf00..1bef2072 100644 --- a/index.js +++ b/index.js @@ -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 */