Liberator Auth API  7.1.4.312020
_logininfo Struct Reference

Structure passed between invalidation routines. More...

Data Fields

short msg
 
char session_id [SESSION_ID_LEN_MAX+1]
 

Detailed Description

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

Field Documentation

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.


The documentation for this struct was generated from the following file:

Generated on Tue Oct 23 2018 17:24:19 for Liberator Auth API