Liberator Auth API
6.2.25.313361
|
Structure passed between invalidation routines. More...
Data Fields | |
short | msg |
char | session_id [SESSION_ID_LEN_MAX+1] |
Structure passed between invalidation routines.
Saves having to pass round lots of parametersThe login information object
This object is used when implementing delayed (asynchronous) logins/auth_new_user calls to hold the session identifier and return value.
This object should be used in conjunction with auth_new_user() and the event callback function
short _logininfo::msg |
The return code. The module does not need to set this.
char _logininfo::session_id[SESSION_ID_LEN_MAX+1] |
The session ID string. This should be copied from the session object.