Searched defs:scopes (Results 1 – 5 of 5) 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 | RestApiHelper.java | 73 String baseUri, String serviceAccount, File keyFile, Collection<String> scopes) in newInstanceWithGoogleCredential() 94 String baseUri, File jsonKeyFile, Collection<String> scopes) in newInstanceWithGoogleCredential()
|
D | GCSCommon.java | 49 protected Storage getStorage(Collection<String> scopes) throws IOException { in getStorage()
|
/tools/acloud/internal/lib/ |
D | auth.py | 65 def _CreateOauthServiceAccountCreds(email, private_key_path, scopes): argument 90 def _CreateOauthServiceAccountCredsWithJsonKey(json_private_key_path, scopes): argument 125 def _RunAuthFlow(storage, client_id, client_secret, user_agent, scopes): argument 149 user_agent, scopes): argument 187 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()
|