diff --git a/zh-cn/application-dev/reference/apis/js-apis-appAccount.md b/zh-cn/application-dev/reference/apis/js-apis-appAccount.md index 6e714eef9a7906766d90d571698013cda528de16..c5c94802eb7ed7fb28a26c3c0f7ccfb9e3e457ac 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-appAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-appAccount.md @@ -2104,6 +2104,7 @@ onResult: (code: number, result: {[key: string]: any}) => void **系统能力:** SystemCapability.Account.AppAccount **参数:** + | 参数名 | 类型 | 必填 | 说明 | | ------ | -------------------- | ---- | ------ | | code | number | 是 | 鉴权结果码。 | @@ -2134,6 +2135,7 @@ onRequestRedirected: (request: Want) => void **系统能力:** SystemCapability.Account.AppAccount **参数:** + | 参数名 | 类型 | 必填 | 说明 | | ------- | ---- | ---- | ---------- | | request | Want | 是 | 用于跳转的请求信息。 | @@ -2191,6 +2193,7 @@ addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: **系统能力:** SystemCapability.Account.AppAccount **参数:** + | 参数名 | 类型 | 必填 | 说明 | | ---------------- | --------------------- | ---- | --------------- | | authType | string | 是 | 应用帐号的鉴权类型。 | @@ -2207,6 +2210,7 @@ authenticate(name: string, authType: string, callerBundleName: string, options: **系统能力:** SystemCapability.Account.AppAccount **参数:** + | 接口名 | 类型 | 必填 | 说明 | | ---------------- | --------------------- | ---- | --------------- | | name | string | 是 | 应用帐号的名称。 | @@ -2224,6 +2228,7 @@ verifyCredential(name: string, options: VerifyCredentialOptions, callback: Authe **系统能力:** SystemCapability.Account.AppAccount **参数:** + | 接口名 | 类型 | 必填 | 说明 | | ---------------- | --------------------- | ---- | --------------- | | name | string | 是 | 应用帐号的名称。 | @@ -2239,6 +2244,7 @@ setProperties(options: SetPropertiesOptions, callback: AuthenticatorCallback): v **系统能力:** SystemCapability.Account.AppAccount **参数:** + | 接口名 | 类型 | 必填 | 说明 | | ---------------- | --------------------- | ---- | --------------- | | options | [SetPropertiesOptions](#setpropertiesoptions9) | 是 | 设置属性的可选项。 | @@ -2253,6 +2259,7 @@ checkAccountLabels(name: string, labels: Array<string>, callback: Authenti **系统能力:** SystemCapability.Account.AppAccount **参数:** + | 接口名 | 类型 | 必填 | 说明 | | ---------------- | --------------------- | ---- | --------------- | | name | string | 是 | 应用帐号的名称。 | @@ -2268,6 +2275,7 @@ isAccountRemovable(name: string, callback: AuthenticatorCallback): void; **系统能力:** SystemCapability.Account.AppAccount **参数:** + | 接口名 | 类型 | 必填 | 说明 | | ---------------- | --------------------- | ---- | --------------- | | name | string | 是 | 应用帐号的名称。 |