Package Exports
- google-auth-library
- google-auth-library/lib/auth/authclient.js
- google-auth-library/lib/auth/computeclient.js
- google-auth-library/lib/auth/jwtclient.js
- google-auth-library/lib/auth/loginticket.js
- google-auth-library/lib/auth/oauth2client
- google-auth-library/lib/auth/oauth2client.js
- google-auth-library/lib/pemverifier.js
- google-auth-library/lib/transporters
- google-auth-library/lib/transporters.js
- google-auth-library/lib/utils.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (google-auth-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Google APIs Node.js Client
Google's officially supported node.js client library for using OAuth 2.0 authorization and authentication with Google APIs.
Alpha
This library is in Alpha. We will make an effort to support the library, but we reserve the right to make incompatible changes when necessary.
Questions/problems?
- Ask your development related questions on
- If you've found an bug/issue, please file it on GitHub.
Installation
This library is distributed on npm
. In order to add it as a dependency,
run the following command:
$ npm install google-auth-library --save
License
This library is licensed under Apache 2.0. Full license text is available in COPYING.
Contributing
See CONTRIBUTING.