1.0.0 • Published 6 years ago

gsuite-oauth-manager v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

G Suite oauth manager

A helper for authenticating with the APIs

Installation

npm install gsuite-oauth-manager

Usage

oauthManager = gsuiteOauthManager({});

gsuiteOauthManager({
    tokenFile: "path to token file,
    credentialsFile: "path to credentials file"),
    scopes: ["requested scopes"]
}).getAuthorisation();

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.