Class OauthConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.OauthConfig
-
public class OauthConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLoginRedirectUrl()Get 重定向地址,用于引导用户登录操作。StringgetPublicKey()Get 公钥,用于验证用户token。StringgetTokenLocation()Get token传递位置。voidsetLoginRedirectUrl(String LoginRedirectUrl)Set 重定向地址,用于引导用户登录操作。voidsetPublicKey(String PublicKey)Set 公钥,用于验证用户token。voidsetTokenLocation(String TokenLocation)Set token传递位置。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OauthConfig
public OauthConfig()
-
OauthConfig
public 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.
-
-
Method Detail
-
getPublicKey
public String getPublicKey()
Get 公钥,用于验证用户token。- Returns:
- PublicKey 公钥,用于验证用户token。
-
setPublicKey
public void setPublicKey(String PublicKey)
Set 公钥,用于验证用户token。- Parameters:
PublicKey- 公钥,用于验证用户token。
-
getTokenLocation
public String getTokenLocation()
Get token传递位置。- Returns:
- TokenLocation token传递位置。
-
setTokenLocation
public void setTokenLocation(String TokenLocation)
Set token传递位置。- Parameters:
TokenLocation- token传递位置。
-
getLoginRedirectUrl
public String getLoginRedirectUrl()
Get 重定向地址,用于引导用户登录操作。- Returns:
- LoginRedirectUrl 重定向地址,用于引导用户登录操作。
-
setLoginRedirectUrl
public void setLoginRedirectUrl(String LoginRedirectUrl)
Set 重定向地址,用于引导用户登录操作。- Parameters:
LoginRedirectUrl- 重定向地址,用于引导用户登录操作。
-
-