googleapis-oauth2-console-interactive
v0.1.0-rc.5
Published
Ask user to visit consent page and to enter code into console
Downloads
1
Readme
require('googleapis-oauth2-console-interactive')
({
clientId: '',
clientSecret: '',
scope: 'https://www.googleapis.com/auth/userinfo.email'
},
function(err, authClient) {
});
Installation
$ npm install node-googleapis-oauth2-console-interactive --save