Lines Matching refs:scopes
66 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes): argument
83 email, private_key_path, scopes=scopes)
92 def _CreateOauthServiceAccountCredsWithJsonKey(json_private_key_path, scopes, argument
113 json_private_key_path, scopes=scopes)
118 scope=scopes)
138 def _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes): argument
156 scope=scopes,
165 user_agent, scopes): argument
189 scope=scopes)
200 return _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes)
203 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
227 scopes=scopes,
234 scopes=scopes)
241 scopes=scopes)