views:

153

answers:

2

Howdy,

I want to use default Android credentials for specific phone to pass authentication test in Google Apps, but documentation is terrible :-(, and worst of all I'm a newbie.

Anyone have a idea how to do it? There are some apache libs for it, but as I mentioned documentation is very weak. Here is reference to this class.

best, Patrick

+1  A: 

Documentation for the Apache HttpComponents can be found on the Apache HttpComponents Web site.

Specifically, you may be interested in the examples, such as the client authentication example.

CommonsWare
+1  A: 

Do you mean user's Google account and password? If yes then it cannot be done to my knowledge. Sorry

Faisal Abid