|
NetBurner 3.5.6
PDF Version |
Enumerations | |
| enum | AuthType : int8_t { eAuthTypeDefault = 0 , eAuthTypePassword = 1 , eAuthTypeKey = 2 } |
| The types of authorization requests that are managed. These just indicate what the has value is, and don't provide any specific processing logic. More... | |
| enum AuthType : int8_t |
#include <UserAuthManager.h>
The types of authorization requests that are managed. These just indicate what the has value is, and don't provide any specific processing logic.
| Enumerator | |
|---|---|
| eAuthTypeDefault | Default value, should be considered an invalid type. |
| eAuthTypePassword | Password. |
| eAuthTypeKey | Key. |