Home
last modified time | relevance | path

Searched defs:access_token (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/
Doauth2l.py144 def _GetTokenScopes(access_token): argument
156 def _ValidateToken(access_token): argument
188 def RunWithArgs(self, access_token): argument
234 def RunWithArgs(self, access_token): argument
256 def RunWithArgs(self, access_token): argument
273 def RunWithArgs(self, access_token): argument
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dcommon_client.py19 access_token=None,): argument
/external/autotest/client/common_lib/cros/fake_device_server/
Doauth.py33 def get_api_key_from_access_token(self, access_token): argument
/external/libweave/src/privet/
Dsecurity_manager.cc91 std::vector<uint8_t>* access_token, in CreateAccessTokenImpl()
118 std::vector<uint8_t>* access_token, in CreateAccessTokenImpl()
159 std::string* access_token, in CreateAccessToken()
Dauth_manager_unittest.cc249 std::vector<uint8_t> access_token; in TEST_F() local
271 std::vector<uint8_t> access_token; in TEST_F() local
Dauth_manager.cc464 std::vector<uint8_t>* access_token, in CreateAccessTokenFromAuth()
Dprivet_handler.cc686 std::string access_token; in HandleAuth() local
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Dcommon.py74 def set_access_token(access_token): argument
/external/libweave/src/notification/
Dxmpp_channel.cc92 const std::string& access_token, in XmppChannel()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py459 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
903 def __init__(self, access_token, user_agent, revoke_uri=None): argument
1038 def __init__(self, access_token, client_id, client_secret, refresh_token, argument
/external/libweave/src/
Ddevice_registration_info.cc150 void SetAccessToken(const std::string& access_token) { in SetAccessToken()