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, callOctetStream, getClientProfile, getCredential, getRegion, internalRequest, retry, setClientProfile, setCredential, setRegion
public RkpClient(Credential credential, String region)
public RkpClient(Credential credential, String region, ClientProfile profile)
public GetOpenIdResponse GetOpenId(GetOpenIdRequest req) throws TencentCloudSDKException
req
- GetOpenIdRequestTencentCloudSDKException
public GetTokenResponse GetToken(GetTokenRequest req) throws TencentCloudSDKException
req
- GetTokenRequestTencentCloudSDKException
public QueryDevAndRiskResponse QueryDevAndRisk(QueryDevAndRiskRequest req) throws TencentCloudSDKException
req
- QueryDevAndRiskRequestTencentCloudSDKException
Copyright © 2022. All rights reserved.