From 395f34011643a97e4476d3003fcd6309f048a9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=96=8C?= Date: Tue, 14 Mar 2023 08:05:18 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 徐斌 --- .../reference/arkui-ts/ts-basic-components-web.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md index a0a49b36dd..2780f453fa 100755 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md @@ -2296,6 +2296,7 @@ onClientAuthenticationRequest(callback: (event: {handler : ClientAuthenticationH } ``` + ## 需要权限 需要添加证书管理的权限:ohos.permission.ACCESS_CERT_MANAGER,具体申请方式请参考[权限申请声明](../../security/accesstoken-guidelines.md) ```ts -- GitLab