Method

HaslContextset_authzid

since: 0.1

Declaration [src]

void
hasl_context_set_authzid (
  HaslContext* ctx,
  const char* authzid
)

Description [src]

Sets the authzid of ctx to authzid. See HaslContext:authzid for more information.

Available since: 0.1

Sets propertyHasl.Context:authzid

Parameters

authzid

Type: const char*

The new authzid.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.