Gio.TlsDatabase.prototype.verify_chain_finish

function verify_chain_finish(result: Gio.AsyncResult): Gio.TlsCertificateFlags {
    // Gjs wrapper for g_tls_database_verify_chain_finish()
}
  

Finish an asynchronous verify chain operation. See Gio.TlsDatabase.prototype.verify_chain for more information. *

Since 2.30

result

a Gio.AsyncResult.

Returns

the appropriate Gio.TlsCertificateFlags which represents the result of verification.