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

fun.fengwk.convention4j.oauth2.server.model.context.ClientCredentialsTokenContext Maven / Gradle / Ivy

There is a newer version: 1.1.14
Show newest version
package fun.fengwk.convention4j.oauth2.server.model.context;

/**
 * @author fengwk
 */
public interface ClientCredentialsTokenContext extends TokenContext {

    /**
     * 表示申请的权限范围
     */
    String getScope();

    /**
     * 必须,授权主体id
     */
    String getSubjectId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy