Home
last modified time | relevance | path

Searched refs:scopes_to_string (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dgce.py60 self.scope = util.scopes_to_string(scope)
H A Dutil.py150 def scopes_to_string(scopes): function
H A Dservice_account.py55 self._scopes = util.scopes_to_string(scopes)
H A Dmultistore_file.py94 'scope': util.scopes_to_string(scope)}
H A Dclient.py1639 self.scope = util.scopes_to_string(scope)
1973 self.scope = util.scopes_to_string(scope)
/aosp_15_r20/external/python/oauth2client/oauth2client/
Dutil.py147 def scopes_to_string(scopes): function
Dservice_account.py113 self._scopes = util.scopes_to_string(scopes)
Dclient.py1865 self.scope = util.scopes_to_string(scope)
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/
Dappengine.py146 self.scope = util.scopes_to_string(scope)
593 self._scope = util.scopes_to_string(scope)
Dmultistore_file.py112 'scope': util.scopes_to_string(scope)}
/aosp_15_r20/external/python/oauth2client/tests/
Dtest_util.py87 self.assertEqual(expected, util.scopes_to_string(case))
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
D_helpers.py178 def scopes_to_string(scopes): function
/aosp_15_r20/external/python/google-auth-library-python/tests/
Dtest__helpers.py140 assert _helpers.scopes_to_string(case) == expected
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/
H A Dhttplib2_utils.py66 self._scopes = util.scopes_to_string(scopes)
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/
Dservice_account.py387 "scope": _helpers.scopes_to_string(self._scopes or ()),
/aosp_15_r20/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py290 'scope': util.scopes_to_string(scopes)}