diff --git a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md index ba85e9643d14dfd589bcf42683c08776adae58a5..080160d81e5b2addc470bc6f3937b3acc7172405 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md @@ -2677,7 +2677,7 @@ getAuthInfo(callback: AsyncCallback<Array<EnrolledCredInfo>>): void; **系统能力:** SystemCapability.Account.OsAccount -**需要权限:** ohos.permission.ACCESS_USER_IDM +**需要权限:** ohos.permission.USE_USER_IDM **参数:** @@ -2705,7 +2705,7 @@ getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCred **系统能力:** SystemCapability.Account.OsAccount -**需要权限:** ohos.permission.ACCESS_USER_IDM +**需要权限:** ohos.permission.USE_USER_IDM **参数:** @@ -2733,7 +2733,7 @@ getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>; **系统能力:** SystemCapability.Account.OsAccount -**需要权限:** ohos.permission.ACCESS_USER_IDM +**需要权限:** ohos.permission.USE_USER_IDM **参数:**