Skip to content

duizendstra/gsuite-oauth-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published