Method

HaslContextget_authzid

since: 0.1

Declaration [src]

const char*
hasl_context_get_authzid (
  HaslContext* ctx
)

Description [src]

Gets the authzid of ctx. See HaslContext:authzid for more information.

Available since: 0.1

Gets propertyHasl.Context:authzid

Return value

Type: const char*

The authzid if one is set, otherwise NULL.

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