passwordClearSync

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 may block indefinitely and should not be used in user interface threads.

bool
passwordClearSync

Parameters

schema secret.schema.Schema

the schema for the attributes

attributes string[string]

the attribute keys and values

cancellable gio.cancellable.Cancellable

optional cancellation object

Return Value

Type: bool

whether any passwords were removed