gsasl
2.2.1
|
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. The pointer must not be deallocated by the caller.
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 39 of file mechname.c.