697 B
697 B
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 bebasic
,digest
,ntlm
,negotiate
. Must be provided if removing byorigin
.realm
String (optional) - Realm of the authentication. Must be provided if removing byorigin
.username
String (optional) - Credentials of the authentication. Must be provided if removing byorigin
.password
String (optional) - Credentials of the authentication. Must be provided if removing byorigin
.