• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# EnrollParam
2
3
4## 概述
5
6注册认证凭据参数。
7
8**Since:**
93.2
10**Version:**
111.0
12**相关模块:**
13
14[HdfUserAuth](_hdf_user_auth.md)
15
16
17## 汇总
18
19
20### Public 属性
21
22  | 名称 | 描述 |
23| -------- | -------- |
24| [authType](#authtype) | enum&nbsp;[AuthType](_hdf_user_auth.md#authtype)<br/>用户认证凭据类型AuthType}。&nbsp; |
25| [executorType](#executortype) | unsigned&nbsp;int<br/>执行器类型。&nbsp; |
26| [executorSensorHint](#executorsensorhint) | unsigned&nbsp;int<br/>既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。&nbsp; |
27
28
29## 类成员变量说明
30
31
32### authType
33
34
35```
36enum AuthType EnrollParam::authType
37```
38**描述:**
39用户认证凭据类型AuthType}。
40
41
42### executorSensorHint
43
44
45```
46unsigned int EnrollParam::executorSensorHint
47```
48**描述:**
49既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器。
50
51
52### executorType
53
54
55```
56unsigned int EnrollParam::executorType
57```
58**描述:**
59执行器类型。
60