接入 IDEA REST Client 插件

This commit is contained in:
YunaiV
2020-07-05 23:05:01 +08:00
parent 3be27d0648
commit cf7cedbd06
16 changed files with 19 additions and 363 deletions

View File

@@ -1,17 +0,0 @@
package cn.iocoder.mall.system.api;
import cn.iocoder.mall.system.api.dto.oauth2.OAuth2RemoveTokenByUserDTO;
/**
* Oauth2 服务接口
*/
public interface OAuth2Service {
/**
* 基于用户移除 accessToken
*
* @param oauth2RemoveTokenDTO accessToken 信息
*/
void removeToken(OAuth2RemoveTokenByUserDTO oauth2RemoveTokenDTO);
}