0.10.7 • Published 27 days ago

google-dwd v0.10.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
27 days ago

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' ]);
0.10.7

27 days ago

0.10.5

3 months ago

0.10.6

3 months ago

0.10.3

5 months ago

0.10.4

5 months ago

0.10.0

6 months ago

0.10.1

6 months ago

0.10.2

6 months ago

0.9.0

9 months ago

0.8.0

10 months ago

0.7.0

1 year ago

0.6.0

1 year ago

0.3.0

2 years ago

0.4.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago