Class GitHubProperties

java.lang.Object
com.bytedesk.core.rbac.auth.github.GitHubProperties

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

    • enabled

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

      private String clientId
      GitHub OAuth App clientId
    • clientSecret

      private String clientSecret
      GitHub OAuth App clientSecret
    • redirectUri

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

    • GitHubProperties

      public GitHubProperties()