Skip to content

Commit

Permalink
integrate google-auth-library
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Mar 31, 2015
1 parent 74ced67 commit b3d1ad2
Show file tree
Hide file tree
Showing 10 changed files with 799 additions and 380 deletions.
10 changes: 9 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@
"strict": true,
"trailing": true,
"undef": true,
"unused": true
"unused": true,
"globals": {
"describe": true,
"it": true,
"before": true,
"after": true,
"beforeEach": true,
"afterEach": true
}
}
3 changes: 2 additions & 1 deletion lib/bigquery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ function BigQuery(options) {
this.makeAuthorizedRequest_ = util.makeAuthorizedRequest({
credentials: options.credentials,
keyFile: options.keyFilename,
scopes: SCOPES
scopes: SCOPES,
email: options.email
});

this.projectId = options.projectId;
Expand Down
Loading

0 comments on commit b3d1ad2

Please sign in to comment.