1# EnrollParam 2 3 4## 概述 5 6注册认证凭据参数。 7 8**弃用:** 9 10从4.1版本开始废弃,使用[EnrollParamV1_2](_enroll_param_v1__2_v12.md)接口代替 11 12**起始版本:** 4.1 13 14**相关模块:**[HdfUserAuth](_hdf_user_auth_v12.md) 15 16 17## 汇总 18 19 20### Public 属性 21 22| 名称 | 描述 | 23| -------- | -------- | 24| enum [AuthType](_hdf_user_auth_v12.md#authtype)[authType](#authtype) | 用户认证凭据类型[AuthType](_hdf_user_auth_v12.md#authtype)。 | 25| unsigned int [executorSensorHint](#executorsensorhint) | 既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器,取值不为0。 | 26 27 28## 类成员变量说明 29 30 31### authType 32 33``` 34enum AuthType EnrollParam::authType 35``` 36**描述** 37 38用户认证凭据类型[AuthType](_hdf_user_auth_v12.md#authtype)。 39 40 41### executorSensorHint 42 43``` 44unsigned int EnrollParam::executorSensorHint 45``` 46**描述** 47 48既定用户认证凭据类型的执行器传感器提示,用于找到对应认证方式的传感器,取值不为0。 49