Method

HaslContextget_server_mechanisms

since: 0.4

Declaration [src]

const char*
hasl_context_get_server_mechanisms (
  HaslContext* ctx
)

Description [src]

Gets the server mechanisms from a context.

Available since: 0.4

Return value

Type: const char*

The mechanisms that the server advertised.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.