|
gsasl
1.8.0
|
#include "internal.h"Go to the source code of this file.
Functions | |
| const char * | gsasl_mechanism_name (Gsasl_session *sctx) |
| const char* gsasl_mechanism_name | ( | Gsasl_session * | sctx | ) |
gsasl_mechanism_name:
| sctx | libgsasl session handle. |
This function returns the name of the SASL mechanism used in the session.
Return value: Returns a zero terminated character array with the name of the SASL mechanism, or NULL if not known.
Since: 0.2.28
Definition at line 38 of file mechname.c.
1.7.6.1