Back to Definitelytyped

Google Apps Script OAuth2

types/google-apps-script-oauth2/README.md

0.1.450426 B
Original Source

Google Apps Script OAuth2

Typescript definitions for the Google Apps Script OAuth 2 library

Installation

npm install --save-dev @types/google-apps-script-oauth2

If needed, add it to your tsconfig.json under the types field:

{
  ...
  "types": [
      "@types/google-apps-script-oauth2"
  ]
}