TypeScript API Documentation for LIBSECRET
API Version: 1
Library Version: 0.21.7
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Lookup a password in the secret service.
The attributes should be a set of key and value string pairs.
attributes
If no secret is found then null is returned.
null
This method may block indefinitely and should not be used in user interface threads.
the schema for attributes
the attribute keys and values
Optional
optional cancellation object
a new password string which should be freed with password_free or may be freed with GLib.free when done
Lookup a password in the secret service.
The
attributesshould be a set of key and value string pairs.If no secret is found then
nullis returned.This method may block indefinitely and should not be used in user interface threads.