gsasl  2.2.1
Data Fields
Gsasl_mechanism Struct Reference

#include <gsasl-mech.h>

Data Fields

const char * name
 
struct Gsasl_mechanism_functions client
 
struct Gsasl_mechanism_functions server
 

Detailed Description

Gsasl_mechanism:

Parameters
namestring holding name of mechanism, e.g., "PLAIN".
clientclient-side Gsasl_mechanism_functions structure.
serverserver-side Gsasl_mechanism_functions structure.

Holds all implementation details about a mechanism.

Definition at line 171 of file gsasl-mech.h.

Field Documentation

◆ client

struct Gsasl_mechanism_functions Gsasl_mechanism::client

Definition at line 173 of file gsasl-mech.h.

◆ name

const char* Gsasl_mechanism::name

Definition at line 173 of file gsasl-mech.h.

◆ server

struct Gsasl_mechanism_functions Gsasl_mechanism::server

Definition at line 173 of file gsasl-mech.h.


The documentation for this struct was generated from the following file: