1# EnrollParam
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| enum [AuthType](_hdf_user_auth_v10.md#authtype)[authType](#authtype) | 用户认证凭据类型[AuthType](_hdf_user_auth_v10.md#authtype)。 |
21| unsigned int [executorSensorHint](#executorsensorhint) | 既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。 |
22
23
24## 类成员变量说明
25
26
27### authType
28
29```
30enum AuthType EnrollParam::authType
31```
32
33**描述**
34
35
36用户认证凭据类型[AuthType](_hdf_user_auth_v10.md#authtype)。
37
38
39### executorSensorHint
40
41```
42unsigned int EnrollParam::executorSensorHint
43```
44
45**描述**
46
47
48既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。
49