Home
last modified time | relevance | path

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

/external/python/oauth2client/tests/
Dtest_tools.py81 returned_credentials = tools.run_flow(self.flow, self.storage)
97 returned_credentials = tools.run_flow(
114 tools.run_flow(self.flow, self.storage, flags=self.flags)
128 returned_credentials = tools.run_flow(
151 tools.run_flow(self.flow, self.storage, flags=self.server_flags)
165 tools.run_flow(self.flow, self.storage, flags=self.server_flags)
179 returned_credentials = tools.run_flow(
/external/python/google-api-python-client/samples/groupssettings/
Dgroupsettings.py40 from oauth2client.tools import run_flow
158 credentials = run_flow(FLOW, storage)
/external/python/google-api-python-client/googleapiclient/
Dsample_tools.py98 credentials = tools.run_flow(flow, storage, flags)
/external/python/oauth2client/oauth2client/
Dtools.py142 def run_flow(flow, storage, flags=None, http=None): function
/external/python/oauth2client/
DCHANGELOG.md50 * Allowing default flags in `oauth2client.tools.run_flow()`
138 * Fix bad indent in `tools.run_flow()` (#301, bug was
204 * Comment cleanup on `run_flow`.
288 `oauth2client.tools.run_flow`.
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py560 credentials = tools.run_flow(flow, credential_store, flags)
/external/python/google-api-python-client/
DCHANGELOG367 oauth2client.tools.run_flow.