Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DGoogleApiClientUtil.java67 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()
DRestApiHelper.java73 String baseUri, String serviceAccount, File keyFile, Collection<String> scopes) in newInstanceWithGoogleCredential()
94 String baseUri, File jsonKeyFile, Collection<String> scopes) in newInstanceWithGoogleCredential()
DGCSCommon.java49 protected Storage getStorage(Collection<String> scopes) throws IOException { in getStorage()
/tools/acloud/internal/lib/
Dauth.py65 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/
DGoogleApiClientUtilTest.java58 GoogleCredential doCreateCredentialFromJsonKeyFile(File file, Collection<String> scopes) in doCreateCredentialFromJsonKeyFile()
65 GoogleCredential doCreateDefaultCredential(Collection<String> scopes) throws IOException { in doCreateDefaultCredential()