From a6b460454531249f6b29e2af16922c791ba8aa0e Mon Sep 17 00:00:00 2001 From: "https://gitee.com/WALL_EYE" Date: Tue, 22 Mar 2022 15:31:30 +0800 Subject: [PATCH] update syscap Signed-off-by: https://gitee.com/WALL_EYE Change-Id: I758f3db04174a02acca60b518102d5c2204a6a40 --- 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