Uses of Class
com.tencentcloudapi.faceid.v20180301.models.GetFaceIdTokenResponse
-
Packages that use GetFaceIdTokenResponse Package Description com.tencentcloudapi.faceid.v20180301 com.tencentcloudapi.faceid.v20180301.models -
-
Uses of GetFaceIdTokenResponse in com.tencentcloudapi.faceid.v20180301
Methods in com.tencentcloudapi.faceid.v20180301 that return GetFaceIdTokenResponse Modifier and Type Method Description GetFaceIdTokenResponseFaceidClient. GetFaceIdToken(GetFaceIdTokenRequest req)每次调用人脸核身SDK服务前,需先调用本接口获取SDKToken,用来串联核身流程,在验证完成后,用于获取验证结果信息,该token仅能核身一次。 -
Uses of GetFaceIdTokenResponse in com.tencentcloudapi.faceid.v20180301.models
Constructors in com.tencentcloudapi.faceid.v20180301.models with parameters of type GetFaceIdTokenResponse Constructor Description GetFaceIdTokenResponse(GetFaceIdTokenResponse 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.
-