Liberator Auth API  7.1.13.29687-ca4d64a
Blocking and events

Typedefs

typedef void(* eventcallback_t) (void *data, short event, short code)
 Definition of the callback function for delayed events. More...
 

Detailed Description

Calls to the Liberator Auth Module must not block or there will be delays to some or all of the Liberator system.

Following that, you must send Caplin Liberator an event in order to get the user information back.

Typedef Documentation

typedef void(* eventcallback_t) (void *data, short event, short code)

Definition of the callback function for delayed events.

Parameters
data- A pointer to the relevant object (either logininfo_t, mapinfo_t or checkwriteinfo_t)
event- The event code (either THREADS_AUTH_LOGIN, THREADS_AUTH_MAPPED or THREADS_AUTH_CHECKWRITE)
code- The result code (e.g. AUTH_OK or AUTH_INVALID_USER
Examples:
exampleauth.c, and system.c.

Generated on Wed Apr 29 2020 16:49:51 for Liberator Auth API