Secret.Prompt.prototype.perform_finish
function perform_finish(result: Gio.AsyncResult): GLib.Variant { // Gjs wrapper for secret_prompt_perform_finish() }
Complete asynchronous operation to run a prompt and perform the prompting.
Returns a variant result if the prompt was completed and not dismissed. The type of result depends on the action the prompt is completing, and is defined in the Secret Service DBus API specification.
- result
the asynchronous result passed to the callback
- Returns
null if the prompt was dismissed or an error occurred, a variant result if the prompt was successful