Skip to content

Commit

Permalink
docs: options.token (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Mar 30, 2018
1 parent fe05fb9 commit 6d4230c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ var Table = require('./table.js');
* downloaded from the Google Developers Console. If you provide a path to a
* JSON file, the `projectId` option above is not necessary. NOTE: .pem and
* .p12 require you to specify the `email` option as well.
* @property {string} [token] An OAUTH access token. If provided, we will not
* manage fetching, re-using, and re-minting access tokens.
* @property {string} [email] Account email address. Required when using a .pem
* or .p12 keyFilename.
* @property {object} [credentials] Credentials object.
Expand Down

0 comments on commit 6d4230c

Please sign in to comment.