Home
last modified time | relevance | path

Searched refs:GoogleAuth (Results 1 – 20 of 20) sorted by relevance

/dports/devel/py-pydrive/PyDrive-1.3.1/pydrive/test/
H A Dtest_oauth.py5 from pydrive.auth import GoogleAuth
14 ga = GoogleAuth('settings/test1.yaml')
25 ga = GoogleAuth('settings/test2.yaml')
36 ga = GoogleAuth('settings/test3.yaml')
47 ga = GoogleAuth('settings/test4.yaml')
56 ga = GoogleAuth('settings/test5.yaml')
68 ga = GoogleAuth('settings/default.yaml')
H A Dtest_drive.py4 from pydrive.auth import GoogleAuth
12 ga = GoogleAuth('settings/test1.yaml')
H A Dtest_apiattr.py3 from pydrive.auth import GoogleAuth
9 ga = GoogleAuth('settings/test1.yaml')
H A Dtest_filelist.py6 from pydrive.auth import GoogleAuth
15 ga = GoogleAuth('settings/test1.yaml')
H A Dtest_file.py11 from pydrive.auth import GoogleAuth
24 ga = GoogleAuth('settings/test1.yaml')
/dports/devel/py-pydrive/PyDrive-1.3.1/docs/
H A Doauth.rst12 from pydrive.auth import GoogleAuth
14 gauth = GoogleAuth()
29 `LocalWebserverAuth()`_ is a built-in method of `GoogleAuth`_ which sets up
35 .. _`LocalWebserverAuth()`: ./pydrive.html#pydrive.auth.GoogleAuth.LocalWebserverAuth
36 .. _`GoogleAuth`: ./pydrive.html#pydrive.auth.GoogleAuth target
37 .. _`CommandLineAuth()`: ./pydrive.html#pydrive.auth.GoogleAuth.CommandLineAuth
136 from pydrive.auth import GoogleAuth
138 gauth = GoogleAuth()
143 .. _`GetAuthUrl()`: ./pydrive.html#pydrive.auth.GoogleAuth.GetAuthUrl
144 .. _`Auth(code)`: ./pydrive.html#pydrive.auth.GoogleAuth.Auth
H A Dfilemanagement.rst12 Here is a sample code to upload a file. ``gauth`` is an authenticated `GoogleAuth`_ object.
18 # Create GoogleDrive instance with authenticated GoogleAuth instance.
245 .. _`GoogleAuth`: ./pydrive.html#pydrive.auth.GoogleAuth target
H A Dquickstart.rst28 from pydrive.auth import GoogleAuth
30 gauth = GoogleAuth()
H A Dfilelist.rst15 drive = GoogleDrive(gauth) # Create GoogleDrive instance with authenticated GoogleAuth instance
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/google/
H A D__init__.py12 from slixmpp.plugins.google.auth import GoogleAuth
44 register_plugin(GoogleAuth)
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/google/auth/
H A Dauth.py14 class GoogleAuth(BasePlugin): class
33 stanza.GoogleAuth)
H A D__init__.py10 from slixmpp.plugins.google.auth.auth import GoogleAuth
H A Dstanza.py12 class GoogleAuth(ElementBase): class
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/backends/
H A Dpydrivebackend.py56 from pydrive2.auth import GoogleAuth
61 from pydrive.auth import GoogleAuth
90 gauth = GoogleAuth(http_timeout=60)
93 gauth = GoogleAuth(settings_file=os.environ[u'GOOGLE_DRIVE_SETTINGS'], http_timeout=60)
96 gauth = GoogleAuth(http_timeout=60)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/google_account/controllers/
H A Dmain.py11 class GoogleAuth(http.Controller): class
/dports/devel/py-pydrive/PyDrive-1.3.1/
H A DPKG-INFO57 from pydrive.auth import GoogleAuth
60 gauth = GoogleAuth()
H A DREADME.rst49 from pydrive.auth import GoogleAuth
52 gauth = GoogleAuth()
/dports/devel/py-pydrive/PyDrive-1.3.1/PyDrive.egg-info/
H A DPKG-INFO57 from pydrive.auth import GoogleAuth
60 gauth = GoogleAuth()
/dports/devel/py-pydrive/PyDrive-1.3.1/pydrive/
H A Dauth.py51 self.auth = GoogleAuth()
131 class GoogleAuth(ApiAttributeMixin, object): class
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/www/
H A Doauth2.py177 class GoogleAuth(OAuth2Auth): class