eight
2024-08-29 a56ab934208a1ed50d7b60464a5c3166d5b74809
1
2
3
4
5
6
7
8
9
10
11
12
package cn.lihu.jh.module.system.enums.oauth2;
 
/**
 * OAuth2.0 客户端的通用枚举
 *
 * @author 芋道源码
 */
public interface OAuth2ClientConstants {
 
    String CLIENT_ID_DEFAULT = "default";
 
}