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