Class WeChatProperties

java.lang.Object
com.bytedesk.core.rbac.auth.wechat.WeChatProperties

@Component @ConfigurationProperties(prefix="bytedesk.oauth.wechat") public class WeChatProperties extends Object
  • Field Details

    • enabled

      private boolean enabled
      是否启用微信登录
    • appId

      private String appId
      微信开放平台/公众号 appId
    • appSecret

      private String appSecret
      appSecret
    • redirectUri

      private String redirectUri
      回调地址
  • Constructor Details

    • WeChatProperties

      public WeChatProperties()