From 13a08f30be658c14b35195be7358c55d1e9ce779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=82=A6?= Date: Mon, 28 Mar 2022 06:47:53 +0000 Subject: [PATCH] update en/application-dev/reference/apis/js-apis-appAccount.md. Signed-off-by: sunyue --- en/application-dev/reference/apis/js-apis-appAccount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-appAccount.md b/en/application-dev/reference/apis/js-apis-appAccount.md index bf7a006160..f8414adaa9 100644 --- a/en/application-dev/reference/apis/js-apis-appAccount.md +++ b/en/application-dev/reference/apis/js-apis-appAccount.md @@ -387,7 +387,7 @@ Checks whether an app account allows application data synchronization. This meth ### setAccountCredential -setAccountCredential(name: string, credentialType: string, credential: string,callback: AsyncCallback<void>): void +setAccountCredential(name: string, credentialType: string, credential: string callback: AsyncCallback<void>): void Sets a credential for an app account. This method uses an asynchronous callback to return the result. -- GitLab