passwordSearchSync

fnsecret.retrievable.Retrievable[] passwordSearchSync(secret.schema.Schema schema, string[string] attributes, secret.types.SearchFlags flags, gio.cancellable.Cancellable cancellable = null)

Search for items in the secret service.

The attributes should be a set of key and value string pairs.

If no secret is found then null is returned.

This method may block indefinitely and should not be used in user interface threads.

Parameters

schemathe schema for attributes
attributesthe attribute keys and values
flagssearch option flags
cancellableoptional cancellation object

Returns

a list of

ifaceRetrievable containing attributes of the matched items

Throws

[ErrorWrap]