google-dwd
TypeScript icon, indicating that this package has built-in type declarations

0.10.7 • Public • Published

google-dwd

Google Domain Wide Delegation Client

Install

npm install google-dwd

Usage

const { GoogleAuth } = require('google-auth-library');
const dwd = require('google-dwd');

const auth = new GoogleAuth();
const client = await auth.getClient();

const dwdClient = await dwd(client, 'test@googleworkspace.com', [ 'https://www.googleapis.com/auth/gmail.readonly' ]);

Readme

Keywords

Package Sidebar

Install

npm i google-dwd

Weekly Downloads

8

Version

0.10.7

License

Apache-2.0

Unpacked Size

14.7 kB

Total Files

5

Last publish

Collaborators

  • vh