• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# EnrollParam
2
3
4## **概述**
5
6录入结果信息。
7
8**Since:**
9
103.2
11
12**Version:**
13
141.0
15
16**所属模块:**
17
18[HdfUserAuth](_hdf_user_auth.md)
19
20
21## **汇总**
22
23
24### Public 属性
25
26  | 名称 | 描述 |
27| -------- | -------- |
28| [authType](#authtype) | 用户认证凭据类型。 |
29| [executorType](#executortype) | 执行器类型。 |
30| [executorSensorHint](#executorsensorhint) | 既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。 |
31
32
33## **类成员变量说明**
34
35
36### authType
37
38
39```
40enum AuthType EnrollParam::authType
41```
42
43**描述:**
44
45用户认证凭据类型。
46
47
48### executorSensorHint
49
50
51```
52unsigned int EnrollParam::executorSensorHint
53```
54
55**描述:**
56
57既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。
58
59
60### executorType
61
62
63```
64unsigned int EnrollParam::executorType
65```
66
67**描述:**
68
69执行器类型。
70