Searched defs:jsonKey (Results 1 – 2 of 2) sorted by relevance
274 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest() local287 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest() local294 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest() local
1637 public void serviceAccountCreds(String jsonKey, InputStream credentialsStream, String authScope) in serviceAccountCreds()1722 public void oauth2AuthToken(String jsonKey, InputStream credentialsStream, String authScope) in oauth2AuthToken()1748 public void perRpcCreds(String jsonKey, InputStream credentialsStream, String oauthScope) in perRpcCreds()