Intuit’s OAuth2 and OpenID Client

View on GitHub

This client library is meant to work with Intuit’s OAuth and OpenID implementation. The bearer_token response can be used for User Info API, Accounting API and Payments API. It 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 Client

This library can be installed using pip:

$ pip install intuit-oauth

View it on GitHub here

Note

The API endpoints in this library only work with TLS 1.2

License

This library is provided under Apache 2.0 which is found here

Indices and tables