You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
324 B
Python
13 lines
324 B
Python
"""
|
|
This type stub file was generated by pyright.
|
|
"""
|
|
|
|
from .interactive import get_user_credentials
|
|
|
|
"""oauthlib integration for Google Auth
|
|
|
|
This library provides `oauthlib <https://oauthlib.readthedocs.io/>`__
|
|
integration with `google-auth <https://google-auth.readthedocs.io/>`__.
|
|
"""
|
|
__all__ = ["get_user_credentials"]
|