Method

HaslGs2Headerset_authzid

since: 0.3

Declaration [src]

void
hasl_gs2_header_set_authzid (
  HaslGs2Header* header,
  const char* authzid
)

Description [src]

Sets the username to authenticate for. This is used when an administrator or moderator needs to authenticate as a specific user using their own credentials.

Available since: 0.3

Sets propertyHasl.Gs2Header:authzid

Parameters

authzid

Type: const char*

The username to authenticate for.

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