fun.fengwk.convention4j.oauth2.server.service.mode.OAuth2TokenService Maven / Gradle / Ivy
package fun.fengwk.convention4j.oauth2.server.service.mode;
import fun.fengwk.convention4j.oauth2.server.model.context.TokenContext;
import fun.fengwk.convention4j.oauth2.share.model.OAuth2TokenDTO;
/**
* @author fengwk
*/
public interface OAuth2TokenService {
/**
* 获取当前服务支持的grantType
*/
String supportGrantType();
OAuth2TokenDTO token(CTX context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy