Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/fake_device_server/
Dserver.py48 oauth_handler = oauth.OAuth(fail_control_handler)
49 commands_handler = commands.Commands(oauth_handler, fail_control_handler)
60 oauth_handler,
79 oauth_handler,
Dcommands.py30 def __init__(self, oauth_handler, fail_control_handler): argument
35 self._oauth_handler = oauth_handler