google-auth-oauthlib

Google Authentication Library

Apache 2.0 30 个版本 Python >=3.10
Google Cloud Platform <googleapis-packages@google.com>
安装
pip install google-auth-oauthlib
poetry add google-auth-oauthlib
pipenv install google-auth-oauthlib
conda install google-auth-oauthlib
描述

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