int gsasl_server_listmech(Gsasl * ctx, char * out, size_t * outlen);
ARGUMENTS
Gsasl * ctx
libgsasl handle.
char * out
output character array.
size_t * outlen
input maximum size of output character array, on output
contains actual length of output array.
DESCRIPTION
Write SASL names, separated by space, of mechanisms supported by
the libgsasl server to the output array. To find out how large the
output array must be, call this function with a NULLout
parameter.