NetBurner 3.5.0
PDF Version
 
Authorization Types

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...
 

Detailed Description

Enumeration Type Documentation

◆ AuthType

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.