public class OAuth extends AbstractModel
header, skipSign
Constructor and Description |
---|
OAuth() |
OAuth(OAuth 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 |
---|---|
Boolean |
getOAuthEnable()
Get Enable or disable authentication.True: Enable;False: Disable.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getOAuthFailureStatus()
Get Whether to reject or allow the request if all IAPs fail.
|
void |
setOAuthEnable(Boolean OAuthEnable)
Set Enable or disable authentication.True: Enable;False: Disable.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOAuthFailureStatus(String OAuthFailureStatus)
Set Whether to reject or allow the request if all IAPs fail.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OAuth()
public OAuth(OAuth source)
public Boolean getOAuthEnable()
public void setOAuthEnable(Boolean OAuthEnable)
OAuthEnable
- Enable or disable authentication.True: Enable;False: Disable.Note: This field may return null, indicating that no valid values can be obtained.public String getOAuthFailureStatus()
public void setOAuthFailureStatus(String OAuthFailureStatus)
OAuthFailureStatus
- Whether to reject or allow the request if all IAPs fail. BYPASS: Allow;REJECT: Reject.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.