MFAVersion.h
Go to the documentation of this file.
1 // Copyright (c) 2020 Digital Barriers
4 
17 #pragma once
18 
19 
20 #ifdef __cplusplus
21 namespace EdgeVisDecoderSDK
22 {
23  extern "C" {
24 #endif
25 
26  typedef enum MFAVersion
27  {
28  v1
29  } MFAVersion;
30 
31 #ifdef __cplusplus
32  }
33 }
34 #endif
35 
36 
Time based one-time password (TOTP) protocol.
Definition: MFAVersion.h:28
MFAVersion
Definition: MFAVersion.h:26
The EdgeVis Decoder SDK namespace.