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
GitHub OAuth App clientId -
clientSecret
GitHub OAuth App clientSecret -
redirectUri
回调地址,若请求里未传则使用此值
-
-
Constructor Details
-
GitHubProperties
public GitHubProperties()
-