Complete an ask password user interaction request. This should be once the gio.tls_interaction.TlsInteraction.askPasswordAsync completion callback is called.
If gio.types.TlsInteractionResult.Handled is returned, then the #GTlsPassword passed to gio.tls_interaction.TlsInteraction.askPassword will have its password filled in.
If the interaction is cancelled by the cancellation object, or by the user then gio.types.TlsInteractionResult.Failed will be returned with an error that contains a gio.types.IOErrorEnum.Cancelled error code.
the result passed to the callback
The status of the ask password interaction.
Complete an ask password user interaction request. This should be once the gio.tls_interaction.TlsInteraction.askPasswordAsync completion callback is called.
If gio.types.TlsInteractionResult.Handled is returned, then the #GTlsPassword passed to gio.tls_interaction.TlsInteraction.askPassword will have its password filled in.
If the interaction is cancelled by the cancellation object, or by the user then gio.types.TlsInteractionResult.Failed will be returned with an error that contains a gio.types.IOErrorEnum.Cancelled error code.