public class RkpClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION| Constructor and Description |
|---|
RkpClient(Credential credential,
String region) |
RkpClient(Credential credential,
String region,
ClientProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
GetOpenIdResponse |
GetOpenId(GetOpenIdRequest req)
根据DevicceToken查询OpenID。
|
GetTokenResponse |
GetToken(GetTokenRequest req)
获取token接口。
|
QueryDevAndRiskResponse |
QueryDevAndRisk(QueryDevAndRiskRequest req)
腾讯天御设备风险查询接口,输入由客户应用自主采集的设备信息, 通过腾讯大数据风控能力,可以准确根据输入设备信息,还原设备库中的设备ID,并且识别设备的风险,解决客户业务过程中的设备风险,降低企业损失。
|
call, getClientProfile, getCredential, getRegion, internalRequest, setClientProfile, setCredential, setRegionpublic RkpClient(Credential credential, String region)
public RkpClient(Credential credential, String region, ClientProfile profile)
public GetOpenIdResponse GetOpenId(GetOpenIdRequest req) throws TencentCloudSDKException
req - GetOpenIdRequestTencentCloudSDKExceptionpublic GetTokenResponse GetToken(GetTokenRequest req) throws TencentCloudSDKException
req - GetTokenRequestTencentCloudSDKExceptionpublic QueryDevAndRiskResponse QueryDevAndRisk(QueryDevAndRiskRequest req) throws TencentCloudSDKException
req - QueryDevAndRiskRequestTencentCloudSDKExceptionCopyright © 2020. All rights reserved.