public class OauthConfig extends AbstractModel
| Constructor and Description | 
|---|
| OauthConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLoginRedirectUrl()Get Redirect address, which is used to guide user logins. | 
| String | getPublicKey()Get Public key for user token verification. | 
| String | getTokenLocation()Get Token delivery location. | 
| void | setLoginRedirectUrl(String LoginRedirectUrl)Set Redirect address, which is used to guide user logins. | 
| void | setPublicKey(String PublicKey)Set Public key for user token verification. | 
| void | setTokenLocation(String TokenLocation)Set Token delivery location. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey - Public key for user token verification.public String getTokenLocation()
public void setTokenLocation(String TokenLocation)
TokenLocation - Token delivery location.public String getLoginRedirectUrl()
public void setLoginRedirectUrl(String LoginRedirectUrl)
LoginRedirectUrl - Redirect address, which is used to guide user logins.Copyright © 2020. All rights reserved.