huminmin
8 天以前 71b15a5c69dcc421bad71d558e191e12cb7bae3e
1
2
3
4
5
6
7
8
9
10
11
12
package cn.iocoder.yudao.module.system.enums.oauth2;
 
/**
 * OAuth2.0 客户端的通用枚举
 *
 * @author 超级管理员
 */
public interface OAuth2ClientConstants {
 
    String CLIENT_ID_DEFAULT = "default";
 
}