类 OauthConfig
java.lang.Object
com.publiccms.views.pojo.oauth.OauthConfig
- 所有已实现的接口:
Serializable
OauthInfo
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
appKey
-
appSecret
-
returnUrl
-
-
构造器详细资料
-
OauthConfig
-
-
方法详细资料
-
getAppKey
- 返回:
- the appKey
-
setAppKey
- 参数:
appKey
- the appKey to set
-
getAppSecret
- 返回:
- the appSecret
-
setAppSecret
- 参数:
appSecret
- the appSecret to set
-
getReturnUrl
- 返回:
- the returnUrl
-
setReturnUrl
- 参数:
returnUrl
- the returnUrl to set
-