Oauth2

Oauth2

Google OAuth2 API

Obtains end-user authorization grants for use with other Google APIs.

Constructor

new Oauth2()

Example
```js
const {google} = require('googleapis');
const oauth2 = google.oauth2('v2');
```