制定 OAuth2 协议的表结构与 API 设计
parent
5e8648508e
commit
ebee4ddb7c
@ -0,0 +1,12 @@
|
|||||||
|
package cn.iocoder.yudao.module.system.api.auth;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* OAuth2.0 API 接口
|
||||||
|
*
|
||||||
|
* @author 芋道源码
|
||||||
|
*/
|
||||||
|
public interface OAuth2Api {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue