mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
fix 401 error
Signed-off-by: abonadon_hk <huangkang22@huawei.com> Change-Id: I5265d15dda64fb7b8bb444e98d93f0a69ffc7879
This commit is contained in:
parent
b62a78ffb8
commit
60e383e96b
6
api/@ohos.userIAM.userAuth.d.ts
vendored
6
api/@ohos.userIAM.userAuth.d.ts
vendored
@ -1285,7 +1285,7 @@ declare namespace userAuth {
|
||||
* @permission ohos.permission.ACCESS_BIOMETRIC
|
||||
* @throws { BusinessError } 201 - Permission verification failed.
|
||||
* @throws { BusinessError } 401 - Incorrect parameters. Possible causes:
|
||||
* <br>2. Incorrect parameter types.
|
||||
* <br>1. Incorrect parameter types.
|
||||
* @throws { BusinessError } 12500001 - Authentication failed.
|
||||
* @throws { BusinessError } 12500002 - General operation error.
|
||||
* @throws { BusinessError } 12500003 - Authentication canceled.
|
||||
@ -1305,7 +1305,7 @@ declare namespace userAuth {
|
||||
* @permission ohos.permission.ACCESS_BIOMETRIC
|
||||
* @throws { BusinessError } 201 - Permission verification failed.
|
||||
* @throws { BusinessError } 401 - Incorrect parameters. Possible causes:
|
||||
* <br>2. Incorrect parameter types.
|
||||
* <br>1. Incorrect parameter types.
|
||||
* @throws { BusinessError } 12500001 - Authentication failed.
|
||||
* @throws { BusinessError } 12500002 - General operation error.
|
||||
* @throws { BusinessError } 12500003 - Authentication canceled.
|
||||
@ -1328,7 +1328,7 @@ declare namespace userAuth {
|
||||
* @permission ohos.permission.ACCESS_BIOMETRIC
|
||||
* @throws { BusinessError } 201 - Permission verification failed.
|
||||
* @throws { BusinessError } 401 - Incorrect parameters. Possible causes:
|
||||
* <br>2. Incorrect parameter types.
|
||||
* <br>1. Incorrect parameter types.
|
||||
* @throws { BusinessError } 12500002 - General operation error.
|
||||
* @syscap SystemCapability.UserIAM.UserAuth.Core
|
||||
* @since 10
|
||||
|
Loading…
Reference in New Issue
Block a user