intuit-oauth

Intuit OAuth Client


Keywords
intuit, quickbooks, oauth, auth, openid, client, python, qbo, quickbooks-oauth-client, sdk
License
Apache-2.0
Install
pip install intuit-oauth==1.2.5

Documentation

Intuit's OAuth2 and OpenID Python Client

build coverage Documentation Status

This client library is meant to work with Intuit's OAuth and OpenID implementation. The AuthClient object response can be used for User Info API, Accounting API and Payments API. This library supports:

  • Generating Authorization URL
  • Getting OAuth2 Bearer Token
  • Getting User Info
  • Validating OpenID token
  • Refreshing OAuth2 Token
  • Revoking OAuth2 Token
  • Migrating tokens from OAuth1.0 to OAuth2

Install

Using pip:

$ pip install intuit-oauth

Documentation

Usage and Reference Documentation can be found at oauth-pythonclient.readthedocs.io

Issues and Contributions

Please open an issue on GitHub if you have a problem, suggestion, or other comment.

Pull requests are welcome and encouraged! Any contributions should include new or updated unit tests as necessary to maintain thorough test coverage.

License

intuit-oauth is provided under Apache 2.0 which is found here