• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# AuthResultInfo
2
3
4## 概述
5
6用户身份认证结果信息。
7
8**起始版本:** 4.1
9
10**相关模块:**[HdfUserAuth](_hdf_user_auth_v12.md)
11
12
13## 汇总
14
15
16### Public 属性
17
18| 名称 | 描述 |
19| -------- | -------- |
20| int [result](#result) | 用户身份认证结果。  |
21| int [lockoutDuration](#lockoutduration) | 认证执行器的剩余锁定时间。  |
22| int [remainAttempts](#remainattempts) | 认证执行器的剩余可重试次数。  |
23| struct [ExecutorSendMsg](_executor_send_msg_v12.md)[] [msgs](#msgs) | 执行器发送的消息。  |
24| unsigned char[] [token](#token) | 用户身份认证令牌。  |
25| unsigned char[] [rootSecret](#rootsecret) | 保护文件加密密钥的密钥。  |
26
27
28## 类成员变量说明
29
30
31### lockoutDuration
32
33```
34int AuthResultInfo::lockoutDuration
35```
36**描述**
37认证执行器的剩余锁定时间。
38
39
40### msgs
41
42```
43struct ExecutorSendMsg [] AuthResultInfo::msgs
44```
45**描述**
46执行器发送的消息。
47
48
49### remainAttempts
50
51```
52int AuthResultInfo::remainAttempts
53```
54**描述**
55认证执行器的剩余可重试次数。
56
57
58### result
59
60```
61int AuthResultInfo::result
62```
63**描述**
64用户身份认证结果。
65
66
67### rootSecret
68
69```
70unsigned char [] AuthResultInfo::rootSecret
71```
72**描述**
73保护文件加密密钥的密钥。
74
75
76### token
77
78```
79unsigned char [] AuthResultInfo::token
80```
81**描述**
82用户身份认证令牌。
83