未验证 提交 4a9cf5fe 编写于 作者: O openharmony_ci 提交者: Gitee

!2321 update syscap

Merge pull request !2321 from 王国强/master
......@@ -117,7 +117,7 @@ getAuthenticator(): Authenticator
**需要权限**:ohos.permission.ACCESS_BIOMETRIC
**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth
**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth.Core
**返回值:**
| 类型 | 说明 |
......@@ -148,7 +148,7 @@ execute(type: string, level: string, callback: AsyncCallback<number>): voi
**需要权限**:ohos.permission.ACCESS_BIOMETRIC
**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth
**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth.Core
**参数:**
......@@ -187,7 +187,7 @@ execute(type:string, level:string): Promise<number>
**需要权限**:ohos.permission.ACCESS_BIOMETRIC
**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth
**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
......@@ -218,7 +218,7 @@ authenticator.execute("FACE_ONLY", "S2").then((code)=>{
表示认证结果的枚举。
**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth
**系统能力**:以下各项对应的系统能力均为SystemCapability.UserIAM.UserAuth.Core
| 名称 | 默认值 | 描述 |
| ------------------ | ------ | -------------------------- |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册