Secret.Service.prototype.lookup_finish
function lookup_finish(result: Gio.AsyncResult): Secret.Value { // Gjs wrapper for secret_service_lookup_finish() }
Finish asynchronous operation to lookup a secret value in the secret service.
If no secret is found then null is returned.
- result
the asynchronous result passed to the callback
- Returns
a newly allocated Secret.Value, which should be released with Secret.Value.prototype.unref, or null if no secret found