0.10.8 • Published 11 months ago

google-dwd v0.10.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months 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.8

11 months ago

0.10.7

1 year ago

0.10.5

1 year ago

0.10.6

1 year ago

0.10.3

2 years ago

0.10.4

2 years ago

0.10.0

2 years ago

0.10.1

2 years ago

0.10.2

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago