From cec4efa7c60db8bb4b2bb0c17d0e12e4358b71db Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 9 Feb 2023 10:55:46 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- .../OpenHarmony_3.2.10.5/changelogs-useriam.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 en/release-notes/changelogs/OpenHarmony_3.2.10.5/changelogs-useriam.md diff --git a/en/release-notes/changelogs/OpenHarmony_3.2.10.5/changelogs-useriam.md b/en/release-notes/changelogs/OpenHarmony_3.2.10.5/changelogs-useriam.md new file mode 100644 index 0000000000..a3abb31433 --- /dev/null +++ b/en/release-notes/changelogs/OpenHarmony_3.2.10.5/changelogs-useriam.md @@ -0,0 +1,17 @@ +# User IAM Subsystem ChangeLog + +## cl.useriam.1 API9 Authentication Result Code Class Name Change + +The name of the authentication result code class of user IAM API version 9 is changed from **ResultCode** to **UserAuthResultCode**. + +**Change Impacts** + +Applications developed based on earlier versions are not affected. For the applications developed from this version, the class name of the error code needs to be adapted. Otherwise, the service logic is affected. + +**Key API/Component Changes** + +N/A + +**Adaptation Guide** + +Change the class name for invoking the authentication result code from **ResultCode** to **UserAuthResultCode**. -- GitLab