Home
last modified time | relevance | path

Searched defs:scopes (Results 1 – 1 of 1) sorted by relevance

/tools/acloud/internal/lib/
Dauth.py65 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes): argument
91 def _CreateOauthServiceAccountCredsWithJsonKey(json_private_key_path, scopes, argument
137 def _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes): argument
161 user_agent, scopes): argument
199 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument