Beispiel #1
0
 public void setService() throws AuthenticationException {
   myService = new ContactsService("exampleCo-exampleApp-1");
   myService.setUserCredentials(user, pass);
 }