fun.fengwk.convention4j.oauth2.server.model.context.PasswordTokenContext Maven / Gradle / Ivy
package fun.fengwk.convention4j.oauth2.server.model.context;
/**
* @author fengwk
*/
public interface PasswordTokenContext extends TokenContext {
/**
* 表示申请的权限范围
*/
String getScope();
/**
* 认证信息
*/
CERTIFICATE getCertificate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy