harmony 鸿蒙UserAuthTypes.idl
UserAuthTypes.idl
概述
定义用户认证驱动的枚举类和数据结构。
Since:
3.2
相关模块:
汇总
类
名称 | 描述 |
---|---|
ExecutorRegisterInfo | struct 执行器注册信息。 |
ExecutorInfo | struct 执行器信息。 |
ScheduleInfo | struct 调度信息。 |
AuthSolution | struct 认证方案。 |
ExecutorSendMsg | struct 执行器发送的消息。 |
AuthResultInfo | struct 用户身份认证结果信息。 |
IdentifyResultInfo | struct 用户身份识别结果信息。 |
EnrollParam | struct 注册认证凭据参数。 |
CredentialInfo | struct 认证凭据信息。 |
EnrolledInfo | struct 注册信息。 |
EnrollResultInfo | struct 录入结果信息。 |
枚举
名称 | 描述 |
---|---|
AuthType : int { ALL = 0, PIN = 1, FACE = 2, FINGERPRINT = 4 } | 枚举用户认证凭据类型。 |
ExecutorRole : int { COLLECTOR = 1, VERIFIER = 2, ALL_IN_ONE = 3 } | 枚举执行器角色。 |
ExecutorSecureLevel : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举执行器安全等级。 |
PinSubType : int { PIN_SIX = 10000, PIN_NUMBER = 10001, PIN_MIX = 10002 } | 口令认证子类型。 |
关键字
名称 | 描述 |
---|---|
package ohos.hdi.user_auth.v1_0 | 用户认证接口的包路径 |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙ActivityRecognitionTypes.idl
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦