google-auth-oauthlib 1.3.1


pip install google-auth-oauthlib

  Latest version

Released: Mar 30, 2026

Project Links

Meta
Author: Google Cloud Platform
Requires Python: >=3.9

Classifiers

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Operating System
  • POSIX
  • Microsoft :: Windows
  • MacOS :: MacOS X
  • OS Independent

Topic
  • Internet :: WWW/HTTP

pypi

This library provides oauthlib integration with google-auth.

Installing

You can install using pip:

$ pip install google-auth-oauthlib

Documentation

The latest documentation is available at google-auth-oauthlib.googleapis.dev.

Supported Python Versions

Python >= 3.9

Unsupported Python Versions

Python == 2.7, Python <= 3.8.

License

Apache 2.0 - See the LICENSE for more information.

Extras:
Dependencies:
google-auth (!=2.43.0,!=2.44.0,!=2.45.0,<3.0.0,>=2.15.0)
requests-oauthlib (>=0.7.0)