Home
last modified time | relevance | path

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

/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)
/external/python/oauth2client/tests/
Dtest_util.py87 self.assertEqual(expected, util.scopes_to_string(case))
/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)}
/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py290 'scope': util.scopes_to_string(scopes)}