![]() |
Diffusion C API 6.11.5
|
Structure supplied as part of a diffusion_set_authentication_handler
request.
More...
#include <authentication-control.h>
Data Fields | |
char * | handler_name |
Name of the authentication handler. | |
authenticator_on_active | on_active |
Callback when the authentication handler is active. | |
authenticator_on_authenticate | on_authenticate |
Callback when a connection request to be authenticated has been received. | |
authenticator_on_error | on_error |
Callback when the authentication handler encounters an error. | |
authenticator_on_close | on_close |
Callback when an authentication handler is closed. | |
Structure supplied as part of a diffusion_set_authentication_handler
request.