Secret.Item.prototype.load_secret_finish

function load_secret_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for secret_item_load_secret_finish()
}
  

Complete asynchronous operation to load the secret value of this item.

The newly loaded secret value can be accessed by calling Secret.Item.prototype.get_secret.

result

asynchronous result passed to callback

Returns

whether the secret item succesfully loaded or not