Gio.TlsInteractionResult
Gio.TlsInteractionResult is returned by various functions in Gio.TlsInteraction when finishing an interaction request.
Since 2.30
- TlsInteractionResult.UNHANDLED
The interaction was unhandled (i.e. not implemented).
- TlsInteractionResult.HANDLED
The interaction completed, and resulting data is available.
- TlsInteractionResult.FAILED
The interaction has failed, or was cancelled. and the operation should be aborted.