public class WebVerificationConfigIntl extends AbstractModel
skipSign
Constructor and Description |
---|
WebVerificationConfigIntl() |
WebVerificationConfigIntl(WebVerificationConfigIntl 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 |
getAutoSkip()
Get Whether to automatically redirect to `RedirectUrl` after successful verification.
|
void |
setAutoSkip(Boolean AutoSkip)
Set Whether to automatically redirect to `RedirectUrl` after successful verification.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public WebVerificationConfigIntl()
public WebVerificationConfigIntl(WebVerificationConfigIntl source)
public Boolean getAutoSkip()
public void setAutoSkip(Boolean AutoSkip)
AutoSkip
- Whether to automatically redirect to `RedirectUrl` after successful verification. Default value: `false`.Copyright © 2023. All rights reserved.