示例#1
0
 private AuthContext createContext() {
   AuthContext context = new AuthContext();
   context.put(AUTH_TOKEN_KEY, client.getAuthToken());
   context.put(STORAGE_URL_KEY, client.getStorageURL());
   return context;
 }