Uses of Class
com.tencentcloudapi.ess.v20201111.models.DescribeThirdPartyAuthCodeResponse
-
Packages that use DescribeThirdPartyAuthCodeResponse Package Description com.tencentcloudapi.ess.v20201111 com.tencentcloudapi.ess.v20201111.models -
-
Uses of DescribeThirdPartyAuthCodeResponse in com.tencentcloudapi.ess.v20201111
Methods in com.tencentcloudapi.ess.v20201111 that return DescribeThirdPartyAuthCodeResponse Modifier and Type Method Description DescribeThirdPartyAuthCodeResponse
EssClient. DescribeThirdPartyAuthCode(DescribeThirdPartyAuthCodeRequest req)
通过AuthCode查询个人用户是否实名 注意: 此接口为合作引流场景使用,使用`有白名单限制`,使用前请联系对接的客户经理沟通。 `AuthCode 只能使用一次`,查询一次再次查询会返回错误 -
Uses of DescribeThirdPartyAuthCodeResponse in com.tencentcloudapi.ess.v20201111.models
Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type DescribeThirdPartyAuthCodeResponse Constructor Description DescribeThirdPartyAuthCodeResponse(DescribeThirdPartyAuthCodeResponse 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.
-