Class GoogleProperties

java.lang.Object
com.bytedesk.core.rbac.auth.google.GoogleProperties

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

    • enabled

      private boolean enabled
      是否启用 Google 登录
    • clientId

      private String clientId
      Google OAuth clientId
    • clientSecret

      private String clientSecret
      Google OAuth clientSecret
    • redirectUri

      private String redirectUri
      回调地址,若请求里未传则使用此值
  • Constructor Details

    • GoogleProperties

      public GoogleProperties()