All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mtons.oauth2.Oauth2Provider Maven / Gradle / Ivy

package mtons.oauth2;

/**
 * Created by langhsu on 2017/9/22.
 */
public interface Oauth2Provider {
    String getKey();
    String getAuthorizeUrl(String state, String redirectUri);
    OauthUser getUser(String code);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy