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

fun.fengwk.convention4j.oauth2.server.model.context.TokenContext 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 TokenContext {

    /**
     * 必须,表示使用的授权模式
     */
    String getGrantType();

    /**
     * 必须,客户端id
     */
    String getClientId();

    /**
     * 必须,客户端密钥
     */
    String getClientSecret();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy