_identify_result_info.md 743 字节
Newer Older
D
hdi api  
duangavin123 已提交
1 2 3
# IdentifyResultInfo


Z
z00524957 已提交
4
## 概述
D
hdi api  
duangavin123 已提交
5

D
duangavin123 已提交
6 7
用户身份识别结果信息。

Z
z00524957 已提交
8
**Since:**
D
duangavin123 已提交
9 10 11
3.2
**Version:**
1.0
Z
z00524957 已提交
12
**相关模块:**
D
hdi api  
duangavin123 已提交
13 14 15 16

[HdfUserAuth](_hdf_user_auth.md)


Z
z00524957 已提交
17
## 汇总
D
hdi api  
duangavin123 已提交
18 19 20 21


### Public 属性

D
duangavin123 已提交
22
  | 名称 | 描述 | 
D
hdi api  
duangavin123 已提交
23
| -------- | -------- |
Z
z00524957 已提交
24 25 26
| [result](#result) | int<br/>用户身份识别结果。&nbsp; | 
| [userId](#userid) | int<br/>用户ID。&nbsp; | 
| [token](#token) | unsigned&nbsp;char[]<br/>用户身份识别令牌。&nbsp; | 
D
hdi api  
duangavin123 已提交
27 28


Z
z00524957 已提交
29
## 类成员变量说明
D
hdi api  
duangavin123 已提交
30 31 32 33 34 35 36 37


### result

  
```
int IdentifyResultInfo::result
```
Z
z00524957 已提交
38
**描述:**
D
hdi api  
duangavin123 已提交
39 40 41 42 43 44 45 46 47
用户身份识别结果。


### token

  
```
unsigned char [] IdentifyResultInfo::token
```
Z
z00524957 已提交
48
**描述:**
D
hdi api  
duangavin123 已提交
49 50 51 52 53 54 55 56 57
用户身份识别令牌。


### userId

  
```
int IdentifyResultInfo::userId
```
Z
z00524957 已提交
58
**描述:**
D
hdi api  
duangavin123 已提交
59
用户ID。