Liberator Auth API  6.2.14.306885
_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.

Referenced by auth_get_login_count(), auth_get_user_session_count_by_name(), auth_listener_throttle(), and signature_check().


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

Generated on Fri Jul 29 2016 18:26:25 for Liberator Auth API