harmony 鸿蒙PinAuthTypes.idl

  • 2025-06-16
  • 浏览 (14)

PinAuthTypes.idl

概述

定义口令认证驱动的枚举类和数据结构,包括认证类型,执行器角色,执行器安全等级命令ID,返回码,执行器信息,模板信息。

模块包路径:ohos.hdi.pin_auth.v2_0

起始版本: 3.2

相关模块:HdfPinAuth

汇总

名称 描述
struct  ExecutorInfo 执行器信息。
struct  Property 执行器属性。

枚举

名称 描述
AuthType : int { PIN = 1 , FACE = 2 , FINGERPRINT = 4 } 枚举用于认证的凭据类型。
ExecutorRole : int { SCHEDULER = 0 , COLLECTOR = 1 , VERIFIER = 2 , ALL_IN_ONE = 3 } 枚举执行器角色。
ExecutorSecureLevel : int { ESL0 = 0 , ESL1 = 1 , ESL2 = 2 , ESL3 = 3 } 枚举执行器安全等级。
GetPropertyType : int { AUTH_SUB_TYPE = 1 , LOCKOUT_DURATION = 2 , REMAIN_ATTEMPTS = 3 , NEXT_FAIL_LOCKOUT_DURATION = 6 } 获取执行器属性信息。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙PinAuth HDI 参考

harmony 鸿蒙ExecutorInfo

harmony 鸿蒙ExecutorInfo

harmony 鸿蒙HdfPinAuth (V1_0)

harmony 鸿蒙HdfPinAuth (V1_1)

harmony 鸿蒙HdfPinAuth (V2_0)

harmony 鸿蒙IAllInOneExecutor.idl

harmony 鸿蒙ICollector.idl

harmony 鸿蒙IExecutor.idl

harmony 鸿蒙IExecutor.idl

0  赞