fun.fengwk.convention4j.oauth2.server.service.mode.OAuth2AuthorizeService Maven / Gradle / Ivy
package fun.fengwk.convention4j.oauth2.server.service.mode;
import fun.fengwk.convention4j.oauth2.server.model.context.AuthorizeContext;
import java.net.URI;
/**
* @author fengwk
*/
public interface OAuth2AuthorizeService {
/**
* 获取支持的responseType
*/
String supportResponseType();
URI authorize(AuthorizeContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy