![JAR search and dependency download from the Maven repository](/logo.png)
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