mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-03-06 00:07:43 +00:00
Change passwd to password
Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
parent
fe3fe1cc74
commit
e524eea020
6
api/@ohos.net.http.d.ts
vendored
6
api/@ohos.net.http.d.ts
vendored
@ -415,8 +415,8 @@ declare namespace http {
|
||||
}
|
||||
|
||||
/**
|
||||
* The clientCert field of the client certificate, which includes three attributes:
|
||||
* client certificate (cert), certificate private key (key), and passphrase (keyPasswd).
|
||||
* The clientCert field of the client certificate, which includes 4 attributes:
|
||||
* client certificate (cert), client certificate type (certType), certificate private key (key), and passphrase (keyPassword).
|
||||
* @interface ClientCert
|
||||
* @syscap SystemCapability.Communication.NetStack
|
||||
* @since 11
|
||||
@ -452,7 +452,7 @@ declare namespace http {
|
||||
* @syscap SystemCapability.Communication.NetStack
|
||||
* @since 11
|
||||
*/
|
||||
keyPasswd?: string;
|
||||
keyPassword?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user