Home
last modified time | relevance | path

Searched refs:_update_query_params (Results 1 – 2 of 2) sorted by relevance

/external/python/oauth2client/oauth2client/
Dclient.py443 def _update_query_params(uri, params): function
862 token_revoke_uri = _update_query_params(self.revoke_uri, query_params)
905 token_info_uri = _update_query_params(self.token_info_uri,
1916 return _update_query_params(self.auth_uri, query_params)
/external/python/oauth2client/tests/
Dtest_client.py1400 token_uri = client._update_query_params(
1608 updated = client._update_query_params(uri, {'a': 'b'})
1613 updated = client._update_query_params(uri, {'a': 'b', 'c': 'd&'})
1714 expected = client._update_query_params(flow.auth_uri, query_params)
1739 expected = client._update_query_params(flow.auth_uri, query_params)