Home
last modified time | relevance | path

Searched refs:string_to_scopes (Results 1 – 12 of 12) sorted by relevance

/external/python/google-auth-library-python/system_tests/system_tests_sync/
Dtest_oauth2_credentials.py41 info_scopes = _helpers.string_to_scopes(info["scope"])
Dtest_service_account.py43 info_scopes = _helpers.string_to_scopes(info["scope"])
Dtest_compute_engine.py47 info_scopes = _helpers.string_to_scopes(info["scope"])
/external/python/google-auth-library-python/system_tests/system_tests_async/
Dtest_service_account.py47 info_scopes = _helpers.string_to_scopes(info["scope"])
/external/autotest/utils/frozen_chromite/third_party/oauth2client/
Dutil.py169 def string_to_scopes(scopes): function
Dclient.py529 self.scopes = set(util.string_to_scopes(scopes or []))
669 scopes = util.string_to_scopes(scopes)
985 self.scopes = set(util.string_to_scopes(d.get('scope', '')))
/external/python/oauth2client/oauth2client/
Dutil.py166 def string_to_scopes(scopes): function
Dclient.py516 self.scopes = set(util.string_to_scopes(scopes or []))
595 scopes = util.string_to_scopes(scopes)
911 self.scopes = set(util.string_to_scopes(d.get('scope', '')))
/external/python/google-auth-library-python/google/auth/
D_oauth2client.py119 scopes=_helpers.string_to_scopes(credentials.scope),
D_helpers.py191 def string_to_scopes(scopes): function
/external/python/oauth2client/tests/
Dtest_util.py101 self.assertEqual(expected, util.string_to_scopes(case))
/external/python/google-auth-library-python/tests/
Dtest__helpers.py147 assert _helpers.string_to_scopes(case) == expected