typedef struct diagnostic* (*sasl_interact_callback_t)

(BP_CONNECTION* bp,
  sasl_interact_t* interact,
  void* clientData)

Prototype for the client interaction callback

Documentation

Prototype for the client interaction callback

This is called whenever a client interaction is necessary.

Parameters:
bp - A pointer to the connection structure.
interact - As provided by sasl_client_start or sasl_client_step.
clientData - The user-supplied pointer provided to cyrus_login.
Returns:
On failure, a pointer to a diagnostic structure explaining the reason (which will subsequently be destroyed by calling bp_diagnostic_destroy).

Home Alphabetic index



This page was generated with the help of DOC++.