Package com.tencentcloudapi.lp.v20200224
Class LpClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.lp.v20200224.LpClient
-
public class LpClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description LpClient(Credential credential, String region)LpClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryLoginProtectionResponseQueryLoginProtection(QueryLoginProtectionRequest req)登录保护服务(LoginProtection,LP)针对网站和 APP 的用户登录场景,实时检测是否存在盗号、撞库等恶意登录行为,帮助开发者发现异常登录,降低恶意用户登录给业务带来的风险。-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
LpClient
public LpClient(Credential credential, String region)
-
LpClient
public LpClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
QueryLoginProtection
public QueryLoginProtectionResponse QueryLoginProtection(QueryLoginProtectionRequest req) throws TencentCloudSDKException
登录保护服务(LoginProtection,LP)针对网站和 APP 的用户登录场景,实时检测是否存在盗号、撞库等恶意登录行为,帮助开发者发现异常登录,降低恶意用户登录给业务带来的风险。- Parameters:
req- QueryLoginProtectionRequest- Returns:
- QueryLoginProtectionResponse
- Throws:
TencentCloudSDKException
-
-