Liberator Auth API  6.2.25.313361
_user Struct Reference

The user object. More...

Data Fields

void * auth
 
char * password
 
int ref
 
char * username
 

Detailed Description

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.

Field Documentation

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::username

Username.


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

Generated on Tue Nov 19 2019 10:18:21 for Liberator Auth API