Virtual Method

AgsAuthenticationget_authentication_module

since: 3.0.0

Declaration [src]

gchar**
get_authentication_module (
  AgsAuthentication* authentication
)

Description [src]

Available authentication modules.

Available since: 3.0.0

Return value

Type: An array of utf8

A NULL terminated array of strings of available authentication modules.

The array is NULL-terminated.
The caller of the function takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.