|
gsasl
2.2.2
|
#include <gsasl-mech.h>
Data Fields | |
| const char * | name |
| struct Gsasl_mechanism_functions | client |
| struct Gsasl_mechanism_functions | server |
| name | string holding name of mechanism, e.g., "PLAIN". |
| client | client-side Gsasl_mechanism_functions structure. |
| server | server-side Gsasl_mechanism_functions structure. |
Holds all implementation details about a mechanism.
Definition at line 170 of file gsasl-mech.h.
| struct Gsasl_mechanism_functions Gsasl_mechanism::client |
Definition at line 172 of file gsasl-mech.h.
| const char* Gsasl_mechanism::name |
Definition at line 172 of file gsasl-mech.h.
| struct Gsasl_mechanism_functions Gsasl_mechanism::server |
Definition at line 172 of file gsasl-mech.h.