|
NetBurner 3.5.6
PDF Version |
Enumerations | |
| enum | AuthResponse : int16_t { eAuthSuccess = 1 , eAuthErrorUserExists = -1 , eAuthErrorUserDoesNotExist = -2 , eAuthErrorNoEmptyUserAuthRecords = -3 , eAuthErrorUnableToCreateHash = -4 , eAuthErrorAuthCheckFailed = -5 , eAuthErrorAuthTypeMismatch = -6 , eAuthErrorFailedRecordUpdate = -7 , eAuthErrorUnableToAddUser = -8 , eAuthErrorSaveFailed = -9 } |
| Response return codes when checking for the authorization status of a user. More... | |
| enum AuthResponse : int16_t |
#include <UserAuthManager.h>
Response return codes when checking for the authorization status of a user.