From 8ff841280dcb135b9a0cb75ee259391952196a27 Mon Sep 17 00:00:00 2001 From: "https://gitee.com/WALL_EYE" Date: Tue, 22 Mar 2022 15:10:30 +0800 Subject: [PATCH] update syscap Signed-off-by: https://gitee.com/WALL_EYE Change-Id: Icb83208c8c103c0983d366b2ada3c38fead2a5f5 --- api/@ohos.userIAM.userAuth.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.userIAM.userAuth.d.ts b/api/@ohos.userIAM.userAuth.d.ts index c781c04bc6..4881dfb9ad 100644 --- a/api/@ohos.userIAM.userAuth.d.ts +++ b/api/@ohos.userIAM.userAuth.d.ts @@ -18,7 +18,7 @@ import { AsyncCallback } from './basic'; /** * User authentication * @since 6 - * @syscap SystemCapability.UserIAM.UserAuth + * @syscap SystemCapability.UserIAM.UserAuth.Core * @permission ohos.permission.ACCESS_BIOMETRIC */ declare namespace userAuth { @@ -105,7 +105,7 @@ declare namespace userAuth { interface Authenticator { /** * Execute authentication. - * @syscap SystemCapability.UserIAM.UserAuth + * @syscap SystemCapability.UserIAM.UserAuth.Core * @param type Indicates the authentication type. * @param level Indicates the security level. * @return Returns authentication result, which is specified by AuthenticationResult. @@ -117,7 +117,7 @@ declare namespace userAuth { /** * Get Authenticator instance. - * @syscap SystemCapability.UserIAM.UserAuth + * @syscap SystemCapability.UserIAM.UserAuth.Core * @return Returns an Authenticator. * @deprecated since 8 */ -- Gitee