stephenplusplus / google-auto-auth

Making it as easy as possible to authenticate a Google API request
MIT License
34 stars 9 forks source link

Add `apiKey` option #9

Closed stephenplusplus closed 6 years ago

stephenplusplus commented 7 years ago

After https://github.com/google/google-auth-library-nodejs/pull/119.

var auth = require('google-auto-auth')({
  apiKey: '...'
})