Complete a request certificate user interaction request. This should be once the TlsInteraction.requestCertificateAsync completion callback is called.
If G_TLS_INTERACTION_HANDLED is returned, then the gio.TlsConnection passed to TlsInteraction.requestCertificateAsync will have had its certificate filled in.
If the interaction is cancelled by the cancellation object, or by the user then G_TLS_INTERACTION_FAILED will be returned with an error that contains a G_IO_ERROR_CANCELLED error code.
the result passed to the callback
The status of the request certificate interaction.
GException on failure.
2.40
Complete a request certificate user interaction request. This should be once the TlsInteraction.requestCertificateAsync completion callback is called.
If G_TLS_INTERACTION_HANDLED is returned, then the gio.TlsConnection passed to TlsInteraction.requestCertificateAsync will have had its certificate filled in.
If the interaction is cancelled by the cancellation object, or by the user then G_TLS_INTERACTION_FAILED will be returned with an error that contains a G_IO_ERROR_CANCELLED error code.