AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
SecretMgr.h File Reference
#include "BigNumber.h"
#include "Common.h"
#include "Log.h"
#include "Optional.h"
#include <array>
#include <mutex>
#include <string>

Go to the source code of this file.

Classes

class  SecretMgr
 
struct  SecretMgr::Secret
 

Macros

#define sSecretMgr   SecretMgr::instance()
 

Enumerations

enum  Secrets : uint32 {
  SECRET_TOTP_MASTER_KEY = 0 ,
  NUM_SECRETS
}
 

Macro Definition Documentation

◆ sSecretMgr

#define sSecretMgr   SecretMgr::instance()

Enumeration Type Documentation

◆ Secrets

enum Secrets : uint32
Enumerator
SECRET_TOTP_MASTER_KEY 
NUM_SECRETS 
30{
32
33 // only add new indices right above this line
35};
@ NUM_SECRETS
Definition: SecretMgr.h:34
@ SECRET_TOTP_MASTER_KEY
Definition: SecretMgr.h:31