diff --git a/zh-cn/application-dev/reference/apis/Readme-CN.md b/zh-cn/application-dev/reference/apis/Readme-CN.md index ddf2b4c4db3d2f27b4139b53985ef73b415e9616..9b8b5e92f07b244eb6aadaa6e49d0f43f6bd9c44 100755 --- a/zh-cn/application-dev/reference/apis/Readme-CN.md +++ b/zh-cn/application-dev/reference/apis/Readme-CN.md @@ -36,6 +36,7 @@ - [@ohos.ability.dataUriUtils (DataUriUtils模块)](js-apis-DataUriUtils.md) - [@ohos.ability.errorCode (ErrorCode)](js-apis-ability-errorCode.md) - [@ohos.ability.wantConstant (wantConstant)](js-apis-ability-wantConstant.md) + - [@ohos.app.ability.appRecovery (appRecovery)](js-apis-app-ability-appRecovery.md) - [@ohos.application.abilityDelegatorRegistry (AbilityDelegatorRegistry)](js-apis-abilityDelegatorRegistry.md) - [@ohos.application.abilityManager (AbilityManager)](js-apis-application-abilityManager.md) - [@ohos.application.appManager (appManager)](js-apis-appmanager.md) diff --git a/zh-cn/application-dev/reference/apis/js-apis-useriam-faceauth.md b/zh-cn/application-dev/reference/apis/js-apis-useriam-faceauth.md index ef89d151aa5a531f467ac0165099d5244309dcd4..968bc6fbcd814f9a9b805fe5c3f1c8783df4d91b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-useriam-faceauth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-useriam-faceauth.md @@ -56,7 +56,7 @@ setSurfaceId(surfaceId: string): void; | -------------- | ---------------------------------- | ---- | -------------------------- | | surfaceId | string | 是 | [XComponent](../arkui-ts/ts-basic-components-xcomponent.md#getxcomponentsurfaceid) 持有 Surface 的 ID。 | -以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errcode-useriam.md) +以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errorcode-useriam.md) **错误码:** diff --git a/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md b/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md index 7c8c1000be9973676f3e52c6e961a1ef9e303da8..127feea3d26e8200f34a2122e98516c3f5498b9a 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-useriam-userauth.md @@ -144,7 +144,7 @@ on : (name : AuthEventKey, callback : AuthEvent) => void | name | [AuthEventKey](#autheventkey9) | 是 | 表示认证事件类型,取值为"result"时,回调函数返回认证结果;取值为"tip"时,回调函数返回认证过程中的提示信息。 | | callback | [AuthEvent](#authevent9) | 是 | 认证接口的回调函数,用于返回认证结果或认证过程中的提示信息。 | -以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errcode-useriam.md) +以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errorcode-useriam.md) **错误码:** @@ -208,7 +208,7 @@ off : (name : AuthEventKey) => void | --------- | -------------------------- | ---- | ------------------------- | | name | [AuthEventKey](#autheventkey9) | 是 | 表示认证事件类型,取值为"result"时,取消订阅认证结果;取值为"tip"时,取消订阅认证过程中的提示信息。 | -以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errcode-useriam.md) +以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errorcode-useriam.md) **错误码:** @@ -269,7 +269,7 @@ start : () => void **系统能力**:SystemCapability.UserIAM.UserAuth.Core -以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errcode-useriam.md) +以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errorcode-useriam.md) **错误码:** @@ -313,7 +313,7 @@ cancel : () => void **系统能力**:SystemCapability.UserIAM.UserAuth.Core -以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errcode-useriam.md) +以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errorcode-useriam.md) **错误码:** @@ -366,7 +366,7 @@ getAuthInstance(challenge : Uint8Array, authType : UserAuthType, authTrustLevel | ----------------------------------------- | ------------ | | [AuthInstance](#authinstance9) | 认证器对象。 | -以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errcode-useriam.md) +以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errorcode-useriam.md) **错误码:** @@ -410,7 +410,7 @@ getVersion(): number | ------ | ---------------------- | | number | 认证器版本信息。 | -以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errcode-useriam.md) +以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errorcode-useriam.md) **错误码:** @@ -449,7 +449,7 @@ getAvailableStatus(authType : UserAuthType, authTrustLevel : AuthTrustLevel): vo | authType | [UserAuthType](#userauthtype8) | 是 | 认证类型,当前只支持FACE。 | | authTrustLevel | [AuthTrustLevel](#authtrustlevel8) | 是 | 认证信任等级。 | -以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errcode-useriam.md) +以下错误码的详细介绍请参见[用户认证错误码](../errorcodes/errorcode-useriam.md) **错误码:** diff --git a/zh-cn/application-dev/reference/errorcodes/Readme-CN.md b/zh-cn/application-dev/reference/errorcodes/Readme-CN.md index 9ca17466bea91794c6a9291a59598d252e46a781..27c9f793bff0c3de4aac7b8dbfc98ad41e493a73 100644 --- a/zh-cn/application-dev/reference/errorcodes/Readme-CN.md +++ b/zh-cn/application-dev/reference/errorcodes/Readme-CN.md @@ -32,6 +32,7 @@ - 安全 - [AccessToken错误码](errorcode-access-token.md) - [HUKS错误码](errorcode-huks.md) + - [用户认证错误码](errorcode-useriam.md) - 数据管理 - [关系型数据库错误码](errorcode-data-rdb.md) - [数据共享错误码](errorcode-datashare.md) diff --git a/zh-cn/application-dev/reference/errorcodes/errcode-useriam.md b/zh-cn/application-dev/reference/errorcodes/errorcode-useriam.md similarity index 100% rename from zh-cn/application-dev/reference/errorcodes/errcode-useriam.md rename to zh-cn/application-dev/reference/errorcodes/errorcode-useriam.md diff --git a/zh-cn/application-dev/website.md b/zh-cn/application-dev/website.md index a68ce5b2c8a1ae42fc0d61c87f79a7d3ae7ec237..b43c02c8ddd4c18f29b4abe9a5a8fc5976c80a1b 100644 --- a/zh-cn/application-dev/website.md +++ b/zh-cn/application-dev/website.md @@ -692,6 +692,7 @@ - [@ohos.ability.dataUriUtils (DataUriUtils模块)](reference/apis/js-apis-DataUriUtils.md) - [@ohos.ability.errorCode (ErrorCode)](reference/apis/js-apis-ability-errorCode.md) - [@ohos.ability.wantConstant (wantConstant)](reference/apis/js-apis-ability-wantConstant.md) + - [@ohos.app.ability.appRecovery (appRecovery)](reference/apis/js-apis-app-ability-appRecovery.md) - [@ohos.application.abilityDelegatorRegistry (AbilityDelegatorRegistry)](reference/apis/js-apis-abilityDelegatorRegistry.md) - [@ohos.application.abilityManager (AbilityManager)](reference/apis/js-apis-application-abilityManager.md) - [@ohos.application.appManager (appManager)](reference/apis/js-apis-appmanager.md) @@ -1013,6 +1014,7 @@ - 安全 - [AccessToken错误码](reference/errorcodes/errorcode-access-token.md) - [HUKS错误码](reference/errorcodes/errorcode-huks.md) + - [用户认证错误码](reference/errorcodes/errorcode-useriam.md) - 数据管理 - [关系型数据库错误码](reference/errorcodes/errorcode-data-rdb.md) - [数据共享错误码](reference/errorcodes/errorcode-datashare.md)