GTlsInteractionClass.askPasswordFinish

complete operation to ask for a password asynchronously. If the implementation returns gio.types.TlsInteractionResult.Handled, then the password argument of the async method should have been filled in by using gio.tls_password.TlsPassword.setValue or a similar function.

struct GTlsInteractionClass
extern (C)
GTlsInteractionResult function(GTlsInteraction* interaction, GAsyncResult* result, GError** _err) askPasswordFinish;