mirror of https://github.com/grpc/grpc-node.git
Added comment about where Google credentials come from
This commit is contained in:
parent
9910878852
commit
084fa910d0
3
index.js
3
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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue