@ConfigurationProperties(value="social.oauth2")
public class SocialProperties
extends java.lang.Object
| 构造器和说明 |
|---|
SocialProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getQqAppKey() |
boolean |
isAutoLogon() |
boolean |
isRefreshUserProfile() |
void |
setAutoLogon(boolean autoLogon) |
void |
setQqAppKey(java.lang.String qqAppKey) |
void |
setRefreshUserProfile(boolean refreshUserProfile) |
public java.lang.String getQqAppKey()
public void setQqAppKey(java.lang.String qqAppKey)
public boolean isAutoLogon()
public void setAutoLogon(boolean autoLogon)
public boolean isRefreshUserProfile()
public void setRefreshUserProfile(boolean refreshUserProfile)