Searched defs:scopes (Results  1 – 1 of 1) sorted by relevance
| /tools/acloud/internal/lib/ | 
| D | auth.py | 66 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes):  argument92 def _CreateOauthServiceAccountCredsWithJsonKey(json_private_key_path, scopes,  argument
 138 def _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes):  argument
 165                           user_agent, scopes):  argument
 203 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES):  argument
 
 |