From 3c7fd476df2579f4e5576d3041d374fe49b9d45f Mon Sep 17 00:00:00 2001 From: baoyang Date: Fri, 5 Aug 2022 11:01:36 +0800 Subject: [PATCH] =?UTF-8?q?os=E8=B4=A6=E5=8F=B7systemapi=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: baoyang --- api/@ohos.account.osAccount.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/@ohos.account.osAccount.d.ts b/api/@ohos.account.osAccount.d.ts index 33e596ce3d..f4064a1420 100644 --- a/api/@ohos.account.osAccount.d.ts +++ b/api/@ohos.account.osAccount.d.ts @@ -567,6 +567,7 @@ declare namespace osAccount { * @name UserAuth * @since 8 * @syscap SystemCapability.Account.OsAccount + * @systemapi Hide this for inner system use. */ class UserAuth { /** @@ -670,6 +671,7 @@ declare namespace osAccount { * @name PINAuth * @since 8 * @syscap SystemCapability.Account.OsAccount + * @systemapi Hide this for inner system use. */ class PINAuth { /** @@ -706,6 +708,7 @@ declare namespace osAccount { * @name UserIdentityManager * @since 8 * @syscap SystemCapability.Account.OsAccount + * @systemapi Hide this for inner system use. */ class UserIdentityManager { /** -- Gitee