password_lookupv


Description:

[ CCode ( finish_name = "secret_password_lookup_finish" ) ]
public async string password_lookupv (Schema? schema, owned HashTable<string,string> attributes, Cancellable? cancellable) throws Error

Lookup a password 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 will return immediately and complete asynchronously.

Parameters:

schema

the schema for attributes

attributes

the attribute keys and values

cancellable

optional cancellation object

callback

called when the operation completes

user_data

data to be passed to the callback


Namespace: Secret
Package: libsecret-1