Class WeChatProperties
java.lang.Object
com.bytedesk.core.rbac.auth.wechat.WeChatProperties
@Component
@ConfigurationProperties(prefix="bytedesk.oauth.wechat")
public class WeChatProperties
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
private boolean enabled是否启用微信登录 -
appId
微信开放平台/公众号 appId -
appSecret
appSecret -
redirectUri
回调地址
-
-
Constructor Details
-
WeChatProperties
public WeChatProperties()
-