Secret.password_lookup_finish

function password_lookup_finish(result: Gio.AsyncResult): String {
    // Gjs wrapper for secret_password_lookup_finish()
}
  

Finish an asynchronous operation to lookup a password in the secret service.

result

the asynchronous result passed to the callback

Returns

a new password string which should be freed with Secret.password_free or may be freed with g_free() when done