Searched defs:scopes (Results 1 – 4 of 4) sorted by relevance
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | GoogleApiClientUtil.java | 67 File file, Collection<String> scopes) throws IOException, GeneralSecurityException { in createCredentialFromJsonKeyFile() 72 GoogleCredential doCreateCredentialFromJsonKeyFile(File file, Collection<String> scopes) in doCreateCredentialFromJsonKeyFile() 98 Collection<String> scopes, in createCredential() 109 Collection<String> scopes, in doCreateCredential() 148 GoogleCredential doCreateDefaultCredential(Collection<String> scopes) throws IOException { in doCreateDefaultCredential() 176 String serviceAccount, File keyFile, Collection<String> scopes) in createCredentialFromP12File()
|
| D | GCSCommon.java | 49 protected Storage getStorage(Collection<String> scopes) throws IOException { in getStorage()
|
| /tools/acloud/internal/lib/ |
| D | auth.py | 64 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes): argument 89 def _CreateOauthServiceAccountCredsWithJsonKey(json_private_key_path, scopes): argument 124 def _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes): argument 148 user_agent, scopes): argument 184 def CreateCredentials(acloud_config, scopes=_ALL_SCOPES): argument
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
| D | GoogleApiClientUtilTest.java | 58 GoogleCredential doCreateCredentialFromJsonKeyFile(File file, Collection<String> scopes) in doCreateCredentialFromJsonKeyFile() 65 GoogleCredential doCreateDefaultCredential(Collection<String> scopes) throws IOException { in doCreateDefaultCredential()
|