/
AUTH_USER
AUTH_USER
typedef struct auth_user { CPU_CHAR Name[AUTH_NAME_MAX_LENGTH]; AUTH_RIGHT Rights; } AUTH_USER;
File | Used for |
---|---|
| Argument of various authentication functions. |
A pointer to a AUTH_USER
structure is the argument of many authentication functions.
Members
Name
Name of the user, restricted to 32 characters, by default.
Rights
Combination of rights associated to this user.
Notes
None.
Related content
Auth_GetUser
Auth_GetUser
More like this
Auth_ValidateCredentials
Auth_ValidateCredentials
More like this
Auth_CreateUser
Auth_CreateUser
More like this
Auth_GrantRight
Auth_GrantRight
More like this
Authentication User Manual
Authentication User Manual
More like this
Auth_Init
Auth_Init
More like this