mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
697 B
697 B
RemovePassword Object
typeString -password.originString (optional) - When provided, the authentication info related to the origin will only be removed otherwise the entire cache will be cleared.schemeString (optional) - Scheme of the authentication. Can bebasic,digest,ntlm,negotiate. Must be provided if removing byorigin.realmString (optional) - Realm of the authentication. Must be provided if removing byorigin.usernameString (optional) - Credentials of the authentication. Must be provided if removing byorigin.passwordString (optional) - Credentials of the authentication. Must be provided if removing byorigin.