Liberator Auth API
7.1-11.29249-68fb90c
|
The user object. More...
Data Fields | |
void * | auth |
char * | password |
int | ref |
char * | tobo_username |
char * | username |
The user object.
This object describes a user and is unique to a particular username. This may or may not be shared across session objects.
A void pointer auth is provided as a means for the Auth Module to attach user specific data.
void* _user::auth |
Used by auth module for module specific data.
char* _user::password |
Password.
int _user::ref |
Incremented once each user has successfully logged in.
char* _user::tobo_username |
The TOBO username in effect for this user
char* _user::username |
Username.