• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# AuthResultInfo
2
3
4## 概述
5
6用户身份认证结果信息。
7
8**起始版本:** 3.2
9
10**相关模块:**[HdfUserAuth](_hdf_user_auth_v10.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_v10.md)[] [msgs](#msgs) | 执行器发送的消息[ExecutorSendMsg](_executor_send_msg_v10.md)。 |
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
41
42### msgs
43
44```
45struct ExecutorSendMsg [] AuthResultInfo::msgs
46```
47
48**描述**
49
50执行器发送的消息[ExecutorSendMsg](_executor_send_msg_v10.md)。
51
52
53### remainAttempts
54
55```
56int AuthResultInfo::remainAttempts
57```
58
59**描述**
60
61认证方式距离被冻结的可处理认证请求次数。
62
63
64### result
65
66```
67int AuthResultInfo::result
68```
69
70**描述**
71
72用户身份认证结果。
73
74
75### rootSecret
76
77```
78unsigned char [] AuthResultInfo::rootSecret
79```
80
81**描述**
82
83保护文件加密密钥的密钥。
84
85
86### token
87
88```
89unsigned char [] AuthResultInfo::token
90```
91
92**描述**
93
94用户身份认证令牌。
95