Create remove-password.md
This commit is contained in:
parent
6e36ec7770
commit
bffec5e68e
1 changed files with 15 additions and 0 deletions
15
docs-translations/zh-CN/api/structures/remove-password.md
Normal file
15
docs-translations/zh-CN/api/structures/remove-password.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# RemovePassword Object
|
||||
|
||||
* `type` String - `password`.
|
||||
* `origin` String (optional) - When provided, the authentication info
|
||||
related to the origin will only be removed otherwise the entire cache
|
||||
will be cleared.
|
||||
* `scheme` String (optional) - Scheme of the authentication.
|
||||
Can be `basic`, `digest`, `ntlm`, `negotiate`. Must be provided if
|
||||
removing by `origin`.
|
||||
* `realm` String (optional) - Realm of the authentication. Must be provided if
|
||||
removing by `origin`.
|
||||
* `username` String (optional) - Credentials of the authentication. Must be
|
||||
provided if removing by `origin`.
|
||||
* `password` String (optional) - Credentials of the authentication. Must be
|
||||
provided if removing by `origin`.
|
Loading…
Reference in a new issue