12int AuthenticateUser(
const char *usernamePtr,
const char *authPtr,
AuthType authType);
NetBurner User Authorization Manager.
AuthResponse
Response return codes when checking for the authorization status of a user.
Definition UserAuthManager.h:59
AuthType
The types of authorization requests that are managed. These just indicate what the has value is,...
Definition UserAuthManager.h:44
A stored record of a user's authorization credentials. The value is hashed when saved so it can't be ...
Definition UserAuthManager.h:78