Method

HaslContextset_allow_clear_text

since: 0.1

Declaration [src]

void
hasl_context_set_allow_clear_text (
  HaslContext* ctx,
  gboolean allow_clear_text
)

Description [src]

Sets whether or not mechanisms that depend on clear text credentials are allowed. The PLAIN mechanism is an example of a clear text based mechanism as it depends on TLS to secure the credentials.

See HaslContext:allow-clear-text for more information.

Available since: 0.1

Parameters

allow_clear_text

Type: gboolean

Whether or not to allow the mechanisms that depend on clear text.