Lines Matching refs:scopes
65 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes): argument
82 email, private_key_path, scopes=scopes)
90 def _CreateOauthServiceAccountCredsWithJsonKey(json_private_key_path, scopes): argument
108 json_private_key_path, scopes=scopes))
125 def _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes): argument
141 scope=scopes,
149 user_agent, scopes): argument
173 scope=scopes)
184 return _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes)
187 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
205 scopes=scopes)
210 scopes=scopes)
222 scopes=scopes)