public class OauthConfig extends AbstractModel
| Constructor and Description | 
|---|
OauthConfig()  | 
OauthConfig(OauthConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| 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 OauthConfig()
public OauthConfig(OauthConfig source)
public 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 © 2022. All rights reserved.