Android Open Source - oauthd-android-sdk O Auth Callback






From Project

Back to project page oauthd-android-sdk.

License

The source code is released under:

Apache License

If you think the Android project oauthd-android-sdk listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.fonerevolution.oauthd;

/*
**        The authenticationFinished is called when the authorize dialog closes.
**
*/

public interface OAuthCallback {
        public abstract void onFinished(OAuthData data);
}




Java Source Code List

com.fonerevolution.oauthd.OAuthCallback.java
com.fonerevolution.oauthd.OAuthData.java
com.fonerevolution.oauthd.OAuthDialog.java
com.fonerevolution.oauthd.OAuth.java