Back to project page chat.android.
The source code is released under:
GNU General Public License
If you think the Android project chat.android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.chat.android.Auth; /** * User: udinic * Date: 3/27/13 * Time: 2:35 AM */ public interface ServerAuthenticate { public String getAccessToken(final String email, final String password, final String deviceid); }