Skip to content

Commit

Permalink
docs(samples): adds region tags to sampleclient (#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffnay authored Feb 21, 2020
1 parent d5f6563 commit 4921b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/sampleclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* This is used by several samples to easily provide an oauth2 workflow.
*/

// [START auth_oauth2_workflow]
const {google} = require('googleapis');
const http = require('http');
const url = require('url');
Expand Down Expand Up @@ -107,5 +108,5 @@ class SampleClient {
});
}
}

// [END auth_oauth2_workflow]
module.exports = new SampleClient();

0 comments on commit 4921b09

Please sign in to comment.