Searched refs:run_flow (Results 1 – 7 of 7) sorted by relevance
/external/python/oauth2client/tests/ |
D | test_tools.py | 81 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/ |
D | groupsettings.py | 40 from oauth2client.tools import run_flow 158 credentials = run_flow(FLOW, storage)
|
/external/python/google-api-python-client/googleapiclient/ |
D | sample_tools.py | 98 credentials = tools.run_flow(flow, storage, flags)
|
/external/python/oauth2client/oauth2client/ |
D | tools.py | 142 def run_flow(flow, storage, flags=None, http=None): function
|
/external/python/oauth2client/ |
D | CHANGELOG.md | 50 * 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/ |
D | credentials_lib.py | 560 credentials = tools.run_flow(flow, credential_store, flags)
|
/external/python/google-api-python-client/ |
D | CHANGELOG | 367 oauth2client.tools.run_flow.
|