--- id: google-auth-oauthlib version: "1.4.0" license: Apache 2.0 license_treatment: permissive maintenance: active --- # google-auth-oauthlib — Google Authentication Library License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install google-auth-oauthlib uv add google-auth-oauthlib poetry add google-auth-oauthlib ## Description oauthlib integration for Google Auth ==================================== |pypi| This library provides `oauthlib`_ integration with `google-auth`_. .. |pypi| image:: https://img.shields.io/pypi/v/google-auth-oauthlib.svg :target: https://pypi.python.org/pypi/google-auth-oauthlib .. _oauthlib: https://github.com/idan/oauthlib .. _google-auth: https://github.com/googleapis/google-auth-library-python Installing ---------- You can install using `pip`_:: $ pip install google-auth-oauthlib .. _pip: https://pip.pypa.io/en/stable/ Documentation ------------- The latest documentation is available at `google-auth-oauthlib.googleapis.dev`_. .. _google-auth-oauthlib.googleapis.dev: https://googleapis.dev/python/google-auth-oauthlib/latest/index.html Supported Python Versions ------------------------- Python >= 3.10 Unsupported Python Versions --------------------------- Python == 2.7, Python <= 3.9. License ------- Apache 2.0 - See `the LICENSE`_ for more information. .. _the LICENSE: https://github.com/googleapis/google-cloud-python/blob/main/LICENSE ## AI interpretation — verify before relying Provides OAuth 2.0 integration between Google Auth and oauthlib, enabling OAuth-based authentication flows for Google services. Verdict: Production-stable OAuth integration for Google services with active maintenance, low dependency overhead, and permissive licensing. No known vulnerabilities and broad Python 3.10+ support make it a reliable choice for Google API authentication flows. [View on SkillFed](https://skillfed.io/packages/google-auth-oauthlib) · [View on PyPI](https://pypi.org/project/google-auth-oauthlib/)