Searched refs:auth_uri (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_client.py | 262 datetime_strategy=datetime.datetime, auth_uri=None, argument 268 self.auth_uri = auth_uri 371 def __init__(self, client_id, access_token_cache=None, auth_uri=None, argument 378 cache_key_base=client_id, auth_uri=auth_uri, token_uri=token_uri, 398 access_token_cache=None, auth_uri=None, token_uri=None, argument 416 client_id, auth_uri=auth_uri, token_uri=token_uri, 477 private_key_pkcs8_text, access_token_cache=None, auth_uri=None, argument 496 client_id, auth_uri=auth_uri, token_uri=token_uri, 536 auth_uri=None, access_token_cache=None, argument 565 cache_key_base=refresh_token, auth_uri=auth_uri, token_uri=token_uri,
|
D | oauth2_helper.py | 97 access_token_cache=token_cache, auth_uri=provider_authorization_uri, 109 access_token_cache=token_cache, auth_uri=provider_authorization_uri, 142 auth_uri=provider_authorization_uri, access_token_cache=token_cache, 155 client.client_id, client.client_secret, scopes, auth_uri=client.auth_uri,
|
D | test_oauth2_client.py | 54 def __init__(self, client_id, private_key, password, auth_uri, token_uri, argument 57 client_id, private_key, password, auth_uri=auth_uri, 77 auth_uri, datetime_strategy): argument 79 token_uri, client_id, client_secret, refresh_token, auth_uri=auth_uri,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | client.py | 1660 auth_uri=GOOGLE_AUTH_URI, argument 1692 auth_uri=auth_uri, token_uri=token_uri, 1791 auth_uri=GOOGLE_AUTH_URI, argument 1832 self.auth_uri = auth_uri 1873 return _update_query_params(self.auth_uri, query_params)
|
D | appengine.py | 623 auth_uri=GOOGLE_AUTH_URI, argument 679 self._auth_uri = auth_uri 756 auth_uri=self._auth_uri,
|