Secret.password_clear
function password_clear(schema: Secret.Schema, attributes: {String: String}, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { // Gjs wrapper for secret_password_clearv() }
Remove unlocked matching passwords from the secret service.
The attributes should be a set of key and value string pairs.
All unlocked items that match the attributes will be deleted.
This method will return immediately and complete asynchronously.
- schema
the schema for the attributes
- attributes
the attribute keys and values
- cancellable
optional cancellation object
- callback
called when the operation completes