![]() |
Diffusion C API 6.11.5
|
Functions | |
void | diffusion_set_authentication_handler (SESSION_T *session, const DIFFUSION_AUTHENTICATION_HANDLER_PARAMS_T params) |
Register an authentication handler for client authentication events. | |
void diffusion_set_authentication_handler | ( | SESSION_T * | session, |
const DIFFUSION_AUTHENTICATION_HANDLER_PARAMS_T | params | ||
) |
Register an authentication handler for client authentication events.
session | The session handle. If NULL, this function returns immediately with the value NULL. |
params | Parameters defining the request to register an authentication handler. |