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

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

package fun.fengwk.convention4j.oauth2.server.model.context;

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

    /**
     * 必须,刷新令牌
     */
    String getRefreshToken();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy