类 OAuth2Controller

java.lang.Object
net.sohelp.boot.admin.core.base.BaseController
net.sohelp.boot.dev.web.ops.oauth2.OAuth2Controller

@RestController("dev-oauth2") @RequestMapping("/dev/oauth2") public class OAuth2Controller extends BaseController
OAuth2授权管理控制器,提供OAuth2客户端的增删改查、状态控制及密钥重置等功能。
从以下版本开始:
2023/12/20
作者:
AaronFung